editar empleado listo

This commit is contained in:
carlos
2024-01-12 01:16:51 -06:00
parent 629334100c
commit 58838e4ed1
22 changed files with 451 additions and 28 deletions
+2
View File
@@ -532,6 +532,7 @@ namespace compabetov2
this.button1.TabIndex = 0;
this.button1.Text = "Editar";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnCancelar
//
@@ -543,6 +544,7 @@ namespace compabetov2
this.btnCancelar.TabIndex = 1;
this.btnCancelar.Text = "Cancelar";
this.btnCancelar.UseVisualStyleBackColor = true;
this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
//
// EditarEmpleado
//