Beispiel #1
0
 public bool GetBoolInGroup(string group, string key, bool defaultValue = false)
 {
     return(config.GetBoolInGroup(group, key, defaultValue));
 }