예제 #1
0
 public void GetChoice(int choice)
 {
     if (patients.FindString(choice))
     {
         Populate(patients.GetCurrentRow());
     }
 }