Example #1
0
        public void 注销()
        {
            var __结果 = Dll在线.MSPLogout();

            if (__结果 != (int)ErrorCode.MSP_SUCCESS)
            {
                throw new ApplicationException("注销失败! 错误码: " + __结果);
            }
        }
Example #2
0
 public int MSPLogout()
 {
     return(Dll在线.MSPLogout());
 }