Add project files.

This commit is contained in:
maxwes08
2025-09-29 10:03:20 +02:00
parent e4adafb815
commit 320855cb11
6 changed files with 640 additions and 0 deletions

15
Form1.cs Normal file
View File

@@ -0,0 +1,15 @@
namespace Calculator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btn_import_prev_Click(object sender, EventArgs e)
{
}
}
}