Ejemplo n.º 1
0
 public StationOffsetElevation(StationOffsetElevation soeOther)
 {
     station   = soeOther.station;
     offset    = soeOther.offset;
     elevation = soeOther.elevation;
 }
Ejemplo n.º 2
0
 public StationOffsetElevation(StationOffsetElevation soeOther)
 {
     station = soeOther.station;
      offset = soeOther.offset;
      elevation = soeOther.elevation;
 }