bajar cambios 4

This commit is contained in:
carlos
2024-01-15 19:20:11 -06:00
19 changed files with 221 additions and 50 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ namespace compabetov2
btnLogin.Click += new EventHandler(delegate (object sender, EventArgs e)
{
AgregarLogin agregarLogin = new AgregarLogin();
AgregarLogin agregarLogin = new AgregarLogin(this, empleado.idempleado);
agregarLogin.Show();
});
}