Ejemplo n.º 1
0
 /// <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;
 }
Ejemplo n.º 2
0
 /// <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;
 }