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