Example #1
0
 public string CommonMethod_StringDecoding(string pwd)//加密
 {
     return(Common_Method.DecryptDES(pwd, "0c6b0450"));
 }
Example #2
0
 public bool CommonMethod_BackUpDB(string filePath)
 {
     return(Common_Method.BackUpForDB(filePath));
 }