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