Ejemplo n.º 1
0
 public override void Deserialize(ICustomDataReader reader)
 {
     this.Type = new AtlasPointsInformations();
     this.Type.Deserialize(reader);
 }
Ejemplo n.º 2
0
 public AtlasPointInformationsMessage InitAtlasPointInformationsMessage(AtlasPointsInformations Type)
 {
     this.Type = Type;
     return(this);
 }