Ejemplo n.º 1
0
        public int PlaceFoup(int nBarCode, int nDevID, int nDevType)
        {
            int nRet = 0;

            try
            {
                nRet = remote.PlaceFoup(nBarCode, nDevID, nDevType);
            }
            catch (System.Exception /*ex*/)
            {
            }

            return(nRet);
        }