public static bool UpdateNewTechlCardPT(CardPT CardPT, ref string a_strErr) { if (DecetePro.UpdateTechlCardPT(CardPT, ref a_strErr) >= 1) { return(true); } else { return(false); } }