lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/01-series/ElbowSeriesViewModel.cs
@@ -2,20 +2,20 @@
namespace HStation.WinFrmUI.Assets
{
    public class ElbowSeriesViewModel
    public class AssetsElbowSeriesViewModel
    {
        public ElbowSeriesViewModel()
        public AssetsElbowSeriesViewModel()
        {
        }
        public ElbowSeriesViewModel(Vmo.ElbowSeriesVmo rhs)
        public AssetsElbowSeriesViewModel(Vmo.AssetsElbowSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.Description = rhs.Description;
        }
        public void Reset(Vmo.ElbowSeriesVmo rhs)
        public void Reset(Vmo.AssetsElbowSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;