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

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

        #endregion Fields

        #region Methods

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