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