/// <summary> /// 构造函数 /// </summary> public Base() { this.m_state = objstate.Newed; this.m_state_manager = null; this.m_ismodified = false; this.m_reload = false; this.m_manager = null; }