bajo cambios 21012024

This commit is contained in:
Michael Robles
2024-01-21 19:00:18 -07:00
35 changed files with 1367 additions and 146 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ namespace compabetov2
private void button1_Click(object sender, EventArgs e)
{
MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal);
menuPrincipal.Show();
menuPrincipal.ShowDialog();
this.Dispose(true);
}
}