public static bool UpdateNewSetUp(tk_ProjectBas Bas, ref string a_strErr) { if (ProjectPro.UpdateSetUp(Bas, ref a_strErr) >= 2) { return(true); } else { return(false); } }
public static bool AppNewProjectBas(tk_ProjectBas Bas, ref string a_strErr) { if (ProjectPro.AppProjectBas(Bas, ref a_strErr) >= 1) { return(true); } else { return(false); } }