Actualización

This commit is contained in:
Michael Robles
2024-01-04 20:38:13 -07:00
parent 0bb28bfcf6
commit a68fd60b01
4 changed files with 51 additions and 0 deletions
+12
View File
@@ -10,7 +10,12 @@ using System.Threading.Tasks;
using System.Windows.Forms;
namespace compabetov2
{
public partial class MenuPrincipal : Form
{
private int childFormNumber = 0;
@@ -20,6 +25,8 @@ namespace compabetov2
InitializeComponent();
}
private void ShowNewForm(object sender, EventArgs e)
{
Form childForm = new Form();
@@ -125,5 +132,10 @@ namespace compabetov2
this.Dispose(true);
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}