Exemple #1
0
 public override void OnRelease()
 {
     if (this.stChgDt != null)
     {
         this.stChgDt.Release();
         this.stChgDt = null;
     }
 }
Exemple #2
0
 public SCPKG_TEAM_CHG()
 {
     this.stChgDt = (COMDT_TEAMCHGNTF_INFO)ProtocolObjectPool.Get(COMDT_TEAMCHGNTF_INFO.CLASS_ID);
 }
Exemple #3
0
 public override void OnUse()
 {
     this.stChgDt = (COMDT_TEAMCHGNTF_INFO)ProtocolObjectPool.Get(COMDT_TEAMCHGNTF_INFO.CLASS_ID);
 }