funcion para crear contenido a imprimir

This commit is contained in:
carlos
2024-01-15 19:59:10 -06:00
11 changed files with 248 additions and 122 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);
}
}
}