コード例 #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);
 }