lixiaojun
2024-10-26 dd4da9a651330fabe210618581299ac3536bda2f
WinFrmUI/HStation.WinFrmUI.Assets.Core/07-fourLink/01-series/ElbowSeriesViewModel.cs
@@ -2,20 +2,20 @@
namespace HStation.WinFrmUI.Assets
{
    public class FourLinkSeriesViewModel
    public class AssetsFourlinkSeriesViewModel
    {
        public FourLinkSeriesViewModel()
        public AssetsFourlinkSeriesViewModel()
        {
        }
        public FourLinkSeriesViewModel(Vmo.FourLinkSeriesVmo rhs)
        public AssetsFourlinkSeriesViewModel(Vmo.AssetsFourlinkSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.Description = rhs.Description;
        }
        public void Reset(Vmo.FourLinkSeriesVmo rhs)
        public void Reset(Vmo.AssetsFourlinkSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;