Ejemplo n.º 1
0
 public new void Read(BinaryReader reader)
 {
     NumberOfRows = reader.ReadInt32();
     Rows         = new StationOffsetReportDataRows_ApplicationService();
     Rows.Read(reader, NumberOfRows);
     base.Read(reader);
 }
Ejemplo n.º 2
0
 public new void Clear()
 {
     Rows         = new StationOffsetReportDataRows_ApplicationService();
     NumberOfRows = Rows.Count;
 }