示例#1
0
 public override void Deserialize(ICustomDataReader reader)
 {
     this.Type = new AtlasPointsInformations();
     this.Type.Deserialize(reader);
 }
示例#2
0
 public AtlasPointInformationsMessage InitAtlasPointInformationsMessage(AtlasPointsInformations Type)
 {
     this.Type = Type;
     return(this);
 }