This commit is contained in:
maxwes08
2026-01-30 12:14:01 +01:00
parent b6e5c3dfbc
commit df6832419f
4 changed files with 82 additions and 6 deletions

View File

@@ -57,6 +57,7 @@
Name = "Form1";
Text = "Form1";
Load += Form1_Load;
KeyDown += Form1_KeyDown;
((System.ComponentModel.ISupportInitialize)gamearea).EndInit();
ResumeLayout(false);
}