コード例 #1
0
        public void CheckStockTakeItem(ArrayList ParameterList, out string strMsg, out string strResult)
        {
            MaintainStockTakeDBO dbo = new MaintainStockTakeDBO(ref USEDB);

            try
            {
                dbo.CheckStockTakeItem(ParameterList, out strMsg, out strResult);

            }
            catch (Exception ex)
            {
                throw ex;
            }
        }