Fix some shit and code format
Also now end is to swap windows
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace DD2Switcher;
|
||||
|
||||
namespace DD2Switcher {
|
||||
public partial class Form1 : Form {
|
||||
public Form1() {
|
||||
InitializeComponent();
|
||||
}
|
||||
public Form1() { InitializeComponent(); }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user