示例#1
0
        void IYuantaAPIEvents.ReceiveSystemMessage(int nID, string strMsg)
        {
            //MessageBox.Show("[MsgID : " + nID + "] " + strMsg);
            LogMessage(strMsg);

            if (CommDef.NOTIFY_SYSTEM_NEED_TO_RESTART == nID)
            {
                m_iYuantaAPI.YOA_ReStart();
            }

            throw new NotImplementedException();
        }