Exemplo n.º 1
0
 protected void SetSetting(string key, object value)
 {
     SettingsBuffer.Set(key, value);
     Dirty = true;
 }