コード例 #1
0
 private void btnDelPatient_Click(object sender, EventArgs e)
 {
     lstPatient.Del1Patient(this.dgvListPatient.SelectedRows[0].Cells[0].Value.ToString());
     this.dgvListPatient.DataSource = lstPatient.GetAllPatient();
     frmMain_Load(sender, e);
 }