示例#1
0
 public static string GlobalProperty(string key, bool throwException = false, bool testRequired = false)
 {
     return(GlobalProperties.GlobalProperty(key, throwException, testRequired));
 }