lixiaojun
2024-10-29 1d8832e8e8e862a296f80c18ae2f1dac40419b68
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;