public static bool UpdateNewEntrust(EntrustTask Task, string Press, string PipSize, string length, ref string a_strErr) { if (DecetePro.UpdateEntrustTask(Task, Press, PipSize, length, ref a_strErr) >= 2) { return(true); } else { return(false); } }