Puse todas las ventanas

This commit is contained in:
Michael Robles
2023-12-28 16:50:46 -07:00
parent c6a6007300
commit 3b2fee3b57
8 changed files with 1062 additions and 74 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 envios : Form
{
public envios()
{
InitializeComponent();
}
}
}