Example #1
0
 public static bool InsertNewEntrust(EntrustTask Task, string Press, string PipSize, string length, ref string a_strErr)
 {
     if (DecetePro.InsertEntrustTask(Task, Press, PipSize, length, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }