First Commit

This commit is contained in:
2026-07-01 13:35:32 +02:00
parent 3232f3603c
commit fa3357a5a5
6 changed files with 189 additions and 7 deletions
+18
View File
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Windows_app
{
public partial class UserControl1 : UserControl
{
public UserControl1()
{
InitializeComponent();
}
}
}