Example #1
0
        private string PostData(string str)
        {
            UnameAndPwd up     = new UnameAndPwd();
            string      result = FreezerProUtility.Fp_BLL.TestData.ImportTestData(up.GetUp(), "诊断信息", str);

            return(result);
        }
Example #2
0
 private string PostData(string str)
 {
     UnameAndPwd up = new UnameAndPwd();
     string result = FreezerProUtility.Fp_BLL.TestData.ImportTestData(up.GetUp(), "诊断信息", str);
     return result;
 }