Beispiel #1
0
 public override void Deserialize(ICustomDataReader reader)
 {
     base.Deserialize(reader);
     this.CurrentHouse = new HouseInformationsInside();
     this.CurrentHouse.Deserialize(reader);
 }
Beispiel #2
0
 public MapComplementaryInformationsDataInHouseMessage InitMapComplementaryInformationsDataInHouseMessage(HouseInformationsInside CurrentHouse)
 {
     this.CurrentHouse = CurrentHouse;
     return(this);
 }