Esempio n. 1
0
 /// <summary>
 /// Method to get alarm levels combobox information
 /// </summary>
 public Dictionary <string, string> GetAlarmLevels()
 {
     try {
         return(comboboxDal.GetAlarmLevels());
     } catch {
         throw;
     }
 }