Cada vez más cercas del final

This commit is contained in:
Michael Robles
2024-01-08 14:55:34 -07:00
parent 6c31379042
commit 9303edc799
19 changed files with 303 additions and 205 deletions
+7
View File
@@ -16,5 +16,12 @@ namespace compabetov2
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
MenuPrincipal menuPrincipal = new MenuPrincipal();
menuPrincipal.Show();
this.Dispose(true);
}
}
}