Fix some shit and code format

Also now end is to swap windows
This commit is contained in:
2025-04-27 17:56:43 +02:00
parent 6a766a5441
commit 740d3d8b01
8 changed files with 433 additions and 425 deletions

View File

@@ -1,9 +1,7 @@
using System.Windows.Forms;
namespace DD2Switcher;
namespace DD2Switcher {
public partial class Form1 : Form {
public Form1() {
InitializeComponent();
}
public Form1() { InitializeComponent(); }
}
}