This commit is contained in:
Spudnut2000
2025-05-28 02:26:54 +00:00
parent cbcc4bb1e4
commit 189a7b227e
9 changed files with 481 additions and 0 deletions

10
C969Project/Form1.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace C969Project
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}