public StateControl(GfxObject obj)
 {
     this.m_cStateWrap    = new StateWrap(obj);
     this.m_cCurrentState = null;
 }
Exemple #2
0
        private StateWrap m_cStateWrap; //状态包对象

        #endregion Fields

        #region Constructors

        public StateControl(GfxObject obj)
        {
            this.m_cStateWrap = new StateWrap(obj);
            this.m_cCurrentState = null;
        }