An update

This commit is contained in:
2024-04-11 11:04:46 +02:00
parent 070cf6c577
commit 92dd547b02
7 changed files with 216 additions and 162 deletions

View File

@@ -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();
}
}