Punto copiar todoo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user