lixiaojun
2024-10-23 5dac45fe6402027f1a19f331045c811c9e96b729
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;