Esempio n. 1
0
 public static string GetConfigOption(string key)
 {
     try { return(App.configOptions[key]); }
     catch { Util.ShowError("Option " + key + " not defined."); }
     return("");
 }