An update
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace DD2Switcher
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
namespace DD2Switcher;
|
||||
|
||||
public partial class Form1 : Form {
|
||||
public Form1() {
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user