예제 #1
0
 public override void Deserialize(ICustomDataInput reader)
 {
     base.Deserialize(reader);
     this.waitingForHelpInfo = new ProtectedEntityWaitingForHelpInfo();
     this.waitingForHelpInfo.Deserialize(reader);
 }
예제 #2
0
 public TaxCollectorWaitingForHelpInformations(ProtectedEntityWaitingForHelpInfo waitingForHelpInfo)
 {
     this.waitingForHelpInfo = waitingForHelpInfo;
 }