Esempio n. 1
0
 public string GetSetting(string SettingName, string DefaultValue)
 {
     return(reports.GetSetting(SettingName, DefaultValue));
 }