initial commit

This commit is contained in:
2024-01-18 16:27:12 +00:00
commit 4fe0e5f0e2
10 changed files with 1323 additions and 0 deletions

10
WinFormsApp1/Form1.cs Normal file
View File

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