Exemple #1
0
 public void SetBoolean(string key, bool value)
 {
     _settingsBag.SetBoolean(key, value);
 }