コード例 #1
0
ファイル: Constants.cs プロジェクト: wesloy/cPainel
 public static string GetConfig(string key)
 {
     Algar.Utils.Helpers hlp = new Algar.Utils.Helpers();
     return(hlp.Decrypt(ConfigurationManager.AppSettings[key].ToString()));
 }