Пример #1
0
 public bool GetBool(string key, bool def)
 {
     return(MainPreference.GetBoolean(key, def));
 }