Exemplo n.º 1
0
 public static bool GetBool(string key)
 {
     return(ObscuredPrefs.GetBool(key, false));
 }