Punto copiar todoo

This commit is contained in:
Michael Robles
2024-01-14 22:47:14 -07:00
parent c224b1f121
commit 9ca07cb52c
11 changed files with 201 additions and 123 deletions
+7
View File
@@ -216,5 +216,12 @@ namespace compabetov2
AgregarEmpleado agregarEmpleado = new AgregarEmpleado(this);
agregarEmpleado.Show();
}
private void button1_Click(object sender, EventArgs e)
{
MenuPrincipal menuPrincipal = new MenuPrincipal();
menuPrincipal.Show();
this.Dispose(true);
}
}
}