etiqueta total en ticket

This commit is contained in:
carlos
2024-01-09 00:49:07 -06:00
12 changed files with 92 additions and 11 deletions
+1 -2
View File
@@ -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();
}