Beispiel #1
0
 public void getdoctrname(string dt)
 {
     if (dt != "")
     {
         int index = Cmb_doctor.FindString(dt);
         if (index >= 0)
         {
             Cmb_doctor.SelectedIndex = index;
         }
         else
         {
             Cmb_doctor.SelectedIndex = 0;
         }
     }
 }