lixiaojun
2024-10-28 393c5a292f0d76545734928ffda9e8aed4223afc
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/01-series/ElbowSeriesViewModel.cs
@@ -2,20 +2,20 @@
namespace HStation.WinFrmUI.Assets
{
    public class ThreeLinkSeriesViewModel
    public class AssetsThreelinkSeriesViewModel
    {
        public ThreeLinkSeriesViewModel()
        public AssetsThreelinkSeriesViewModel()
        {
        }
        public ThreeLinkSeriesViewModel(Vmo.ThreeLinkSeriesVmo rhs)
        public AssetsThreelinkSeriesViewModel(Vmo.AssetsThreelinkSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;
            this.Description = rhs.Description;
        }
        public void Reset(Vmo.ThreeLinkSeriesVmo rhs)
        public void Reset(Vmo.AssetsThreelinkSeriesVmo rhs)
        {
            this.Name = rhs.Name;
            this.ID = rhs.ID;