Shuxia Ning
2024-10-14 196635474fdbad173316b0dbeb30e4443b61297b
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)