lixiaojun
2024-10-28 393c5a292f0d76545734928ffda9e8aed4223afc
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;