Example #1
0
 public AdminForm()
 {
     InitializeComponent();
     medAllControllerClient = new MedAllControllerClient();
     patients = medAllControllerClient.GetAllPatients().ToList();
     doctors  = medAllControllerClient.GetAllDoctors().ToList();
 }