Use capslock instead of scrollock and code format (sadly in one...)

This commit is contained in:
2025-08-15 14:13:33 +02:00
parent cf804a6c8b
commit 603bc488e8
8 changed files with 495 additions and 516 deletions

View File

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