예제 #1
0
 public string GetText()
 {
     if (cbbBox != null)
     {
         return(EnumsListCreator.GetText(List[cbbBox.SelectedIndex]));
     }
     else
     {
         return(string.Empty);
     }
 }
예제 #2
0
 public string GetText(int pos)
 {
     return(EnumsListCreator.GetText(List[pos]));
 }