Add project files.

This commit is contained in:
2025-08-01 13:31:40 +03:00
parent be778068c1
commit 3301e17f22
6 changed files with 222 additions and 0 deletions

10
Form1.cs Normal file
View File

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