lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/ThreeLinkViewModel.cs
@@ -8,7 +8,7 @@
        {
        }
        public ThreeLinkViewModel(Vmo.ThreeLinkMainVmo rhs)
        public ThreeLinkViewModel(Vmo.AssetsThreelinkMainVmo rhs)
        {
            this.ID = rhs.ID;
            this.Description = rhs.Description;
@@ -35,7 +35,7 @@
            this.Coefficient = rhs.Coefficient;
        }
        public void Reset(Vmo.ThreeLinkMainVmo rhs)
        public void Reset(Vmo.AssetsThreelinkMainVmo rhs)
        {
            this.ID = rhs.ID;
            if (rhs.Caliber == null)