cambios
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4
-1
@@ -92,7 +92,10 @@ namespace compabetov2
|
|||||||
|
|
||||||
private void button8_Click(object sender, EventArgs e)
|
private void button8_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
int idEmpelado;
|
||||||
|
int fila = dataGridView1.CurrentCell.RowIndex;
|
||||||
|
MessageBox.Show(fila + "");
|
||||||
|
Empleado empleado = new Empleado();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void dataGridView1_RowEnter(object sender, DataGridViewCellEventArgs e)
|
private void dataGridView1_RowEnter(object sender, DataGridViewCellEventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user