Esempio n. 1
0
        public void Clear()
        {
            Config.UnsetEntry(Key, Section);

            _lastValueSet = false;
            OnSettingChanged();
        }
Esempio n. 2
0
 public void Clear()
 {
     Config.UnsetEntry(Key, Section);
 }