Пример #1
0
 public string GetRaw(string key)
 {
     return(SettingsWriter.Get(key) ?? SettingsReader.Get(key));
 }