public override void OnRelease() { this.iChgType = 0; if (this.stChgInfo != null) { this.stChgInfo.Release(); this.stChgInfo = null; } }
public override void OnUse() { this.stChgInfo = (COMDT_ROOMCHG_DT)ProtocolObjectPool.Get(COMDT_ROOMCHG_DT.CLASS_ID); }
public COMDT_ROOMCHGNTF_INFO() { this.stChgInfo = (COMDT_ROOMCHG_DT)ProtocolObjectPool.Get(COMDT_ROOMCHG_DT.CLASS_ID); }