Beispiel #1
0
        /// <summary>查询资金返回</summary>
        private int onReqQryAccount(String[] resStr)
        {
            if (this.account == null)
            {
                account = new Account();
            }

            account.SetData(resStr);
            FormTool.AccountProcess(account);
            return(0);
        }