예제 #1
0
 public static bool SetPairCode(string value)
 {
     return(ConfigUtil.SetValue("PairCode", value));
 }
예제 #2
0
 public static String GetPairCode()
 {
     return(ConfigUtil.GetValue("PairCode"));
 }