Пример #1
0
 public void Set(string key, bool value)
 {
     MainPreference.Edit()
     .PutBoolean(key, value)
     .Commit();
 }