Esempio n. 1
0
 public void Clear()
 {
     Config.UnsetEntry(Key, Section);
 }
Esempio n. 2
0
 protected virtual bool GetKeyExists()
 {
     return(Config.HasEntry(Key, Section));
 }