Shuxia Ning
2024-10-29 d047171e5bd87768a2bfab730f49a27a8e0e6b40
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;