Esempio n. 1
0
 public override void OnRelease()
 {
     if (this.stShopInfo != null)
     {
         this.stShopInfo.Release();
         this.stShopInfo = null;
     }
 }
Esempio n. 2
0
 public SCPKG_CMD_SHOPDETAIL()
 {
     this.stShopInfo = (COMDT_SHOP_DETAIL)ProtocolObjectPool.Get(COMDT_SHOP_DETAIL.CLASS_ID);
 }
Esempio n. 3
0
 public override void OnUse()
 {
     this.stShopInfo = (COMDT_SHOP_DETAIL)ProtocolObjectPool.Get(COMDT_SHOP_DETAIL.CLASS_ID);
 }