Пример #1
0
 public override void OnRelease()
 {
     if (this.stSaleList != null)
     {
         this.stSaleList.Release();
         this.stSaleList = null;
     }
 }
Пример #2
0
 public override void OnRelease()
 {
     this.bDelReason = 0;
     if (this.stDelList != null)
     {
         this.stDelList.Release();
         this.stDelList = null;
     }
 }
Пример #3
0
 public override void OnUse()
 {
     this.stSaleList = (CSDT_ITEM_DELLIST)ProtocolObjectPool.Get(CSDT_ITEM_DELLIST.CLASS_ID);
 }
Пример #4
0
 public SCPKG_CMD_ITEMDEL()
 {
     this.stDelList = (CSDT_ITEM_DELLIST)ProtocolObjectPool.Get(CSDT_ITEM_DELLIST.CLASS_ID);
 }
Пример #5
0
 public CSPKG_CMD_ITEMSALE()
 {
     this.stSaleList = (CSDT_ITEM_DELLIST)ProtocolObjectPool.Get(CSDT_ITEM_DELLIST.CLASS_ID);
     this.szPswdInfo = new sbyte[64];
 }