etiqueta total en ticket
This commit is contained in:
+1
-2
@@ -92,9 +92,8 @@ namespace compabetov2
|
||||
|
||||
private void button8_Click(object sender, EventArgs e)
|
||||
{
|
||||
int idEmpelado;
|
||||
int fila = dataGridView1.CurrentCell.RowIndex;
|
||||
MessageBox.Show(fila + "");
|
||||
int idEmpleado = int.Parse(dataGridView1.Rows[fila].Cells[0].Value.ToString());
|
||||
Empleado empleado = new Empleado();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user