Add project files.

This commit is contained in:
2026-07-01 13:29:40 +02:00
parent e0856dafce
commit 3232f3603c
6 changed files with 225 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
namespace Windows_app
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
}
}
}