Exemplo n.º 1
0
 public override void OnRelease()
 {
     this.wItemType   = 0;
     this.dwItemID    = 0u;
     this.ullUniqueID = 0uL;
     if (this.stItemInfo != null)
     {
         this.stItemInfo.Release();
         this.stItemInfo = null;
     }
 }
Exemplo n.º 2
0
 public COMDT_ITEM_POSINFO()
 {
     this.stItemInfo = (COMDT_ITEM_DETAIL)ProtocolObjectPool.Get(COMDT_ITEM_DETAIL.CLASS_ID);
 }
Exemplo n.º 3
0
 public override void OnUse()
 {
     this.stItemInfo = (COMDT_ITEM_DETAIL)ProtocolObjectPool.Get(COMDT_ITEM_DETAIL.CLASS_ID);
 }