Update... idk what happened...

This commit is contained in:
2024-11-02 23:11:46 +01:00
parent bf81aad59d
commit bc79315ca2
10 changed files with 503 additions and 509 deletions

View File

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