Exemple #1
0
 public void CalBoxNum(ArrayList ParameterList, out string CountQty)
 {
     try
     {
         DBO.PUR09_DBO dbo = new PUR09_DBO(ref USEDB);
         dbo.CalBoxNum(ParameterList, out CountQty);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }