Exemplo n.º 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);
     }
 }
Exemplo n.º 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);
     }
 }