Esempio n. 1
0
 private void prev_Click(object sender, EventArgs e)
 {
     patients.MovePrev();
     Populate(patients.GetCurrentRow());
 }