예제 #1
0
 /// <summary>
 /// Method to get station types combobox information
 /// </summary>
 public Dictionary <string, string> GetStaTypes()
 {
     try {
         return(comboboxDal.GetStaTypes());
     } catch {
         throw;
     }
 }