Chore: creada plantilla del programa

This commit is contained in:
2024-02-23 22:50:47 +00:00
parent 1fc08aa076
commit 31db6eb9ec
110 changed files with 1346 additions and 0 deletions

10
Vista/Form1.cs Normal file
View File

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