interfaz invetario

This commit is contained in:
Michael Robles
2023-12-22 23:21:36 -07:00
parent ee731cedf2
commit 42ed61a8d2
26 changed files with 1390 additions and 35 deletions
+20
View File
@@ -0,0 +1,20 @@
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 personal : Form
{
public personal()
{
InitializeComponent();
}
}
}