WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/01-series/PipeLineSeriesViewModel.cs
@@ -8,14 +8,14 @@ { } public PipeLineSeriesViewModel(Vmo.PipeLineSeriesVmo rhs) public PipeLineSeriesViewModel(Vmo.AssetsPipeSeriesVmo rhs) { this.Name = rhs.Name; this.ID = rhs.ID; this.Description = rhs.Description; } public void Reset(Vmo.PipeLineSeriesVmo rhs) public void Reset(Vmo.AssetsPipeSeriesVmo rhs) { this.Name = rhs.Name; this.ID = rhs.ID;