Esempio n. 1
0
        protected IAcceptManager m_cAcceptMgr; //监听管理

        /// <summary>
        /// 初始化
        /// </summary>
        public virtual void Initialize()
        {
            this.m_cAcceptMgr = new AcceptManager();
        }
Esempio n. 2
0
        protected IAcceptManager m_cAcceptMgr; //监听管理

        #endregion Fields

        #region Methods

        /// <summary>
        /// 初始化
        /// </summary>
        public virtual void Initialize()
        {
            this.m_cAcceptMgr = new AcceptManager();
        }