public static bool UpdateNewTechlCardRT(CardRT CardRT, ref string a_strErr) { if (DecetePro.UpdateTechlCardRT(CardRT, ref a_strErr) >= 1) { return(true); } else { return(false); } }