示例#1
0
        public bool IsBarcodeScanningDone()                      //twong
        {
            bool rtn = false;

            try
            {
                rtn = myXmlRpcProxy.IsBarcodeScanningDone();
            }
            catch (Exception ex)
            {
                LogException(ex, "IsBarcodeScanningDone");
            }
            return(rtn);
        }