Example #1
0
 public static bool UpdateNewProjectBas(tk_ProjectPre Bas, ref string a_strErr)
 {
     if (ProjectPro.UpdateProjectBas(Bas, ref a_strErr) >= 2)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Example #2
0
 public static bool InsertNewProject(tk_ProjectPre Bas, ref string a_strErr)
 {
     if (ProjectPro.InsertProject(Bas, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }