top off
This commit is contained in:
parent
686579a35b
commit
f0a1e25848
@ -328,7 +328,7 @@ namespace Louis__Pharmacy_CNSA212_FP
|
|||||||
PatientAdd.Show();
|
PatientAdd.Show();
|
||||||
PatientAdd.Focus();
|
PatientAdd.Focus();
|
||||||
Console.WriteLine( dgvPatient.SelectedRows.Count);
|
Console.WriteLine( dgvPatient.SelectedRows.Count);
|
||||||
DataGridViewRow row = dgvPatient.SelectedRows[1];
|
DataGridViewRow row = dgvPatient.SelectedRows[0];
|
||||||
PatientAdd.FillPatient(row.Cells[0].Value.ToString().Trim());
|
PatientAdd.FillPatient(row.Cells[0].Value.ToString().Trim());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user