first commit

This commit is contained in:
Michael Robles
2023-12-21 16:44:51 -07:00
parent e557bbdadb
commit e0b45e1b28
51 changed files with 1248 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace compabetov2
{
public partial class MenuPrincipal : Form
{
public MenuPrincipal()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}