Exemple #1
0
 public static bool UseUpNewUpSetUp(UseProjectBas Bas, ref string a_strErr)
 {
     if (ProjectPro.UseUpNewSetUp(Bas, ref a_strErr) >= 2)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
Exemple #2
0
 public static bool InsertNewUseProjectBas(UseProjectBas Bas, ref string a_strErr)
 {
     if (ProjectPro.InsertUseProjectBas(Bas, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }