Exemple #1
0
 private void Form1_Activated(object sender, EventArgs e)
 {
     connects.Patients.Clear();
     connects.ShowFieldsPatients();
     OutputTable(connects.Patients);
 }