示例#1
0
 /*
  * Gets current setting from _settings
  */
 public static string GetSetting(SETTING s)
 {
     return(EncryptionHandler.Unprotect(_settings[s]));
 }