예제 #1
0
 public override void OnRelease()
 {
     this.bPickType = 0;
     if (this.stPickDetail != null)
     {
         this.stPickDetail.Release();
         this.stPickDetail = null;
     }
 }
예제 #2
0
 public CSDT_RECONN_PICK_STATE_EXTRA()
 {
     this.stPickDetail = (CSDT_RECONN_PICK_STATE_EXTRA_DETAIL)ProtocolObjectPool.Get(CSDT_RECONN_PICK_STATE_EXTRA_DETAIL.CLASS_ID);
 }