Ejemplo n.º 1
0
 public _Contract()
 {
     this.m_bInit     = false;
     this.m_allocType = ENUM_ALLOCATION_TYPE.ALLOC_TYPE_NONE;
 }
Ejemplo n.º 2
0
 public _Contract(string name) : this()
 {
     ExtnId           = name;
     this.m_bInit     = false;
     this.m_allocType = ENUM_ALLOCATION_TYPE.ALLOC_TYPE_NONE;
 }