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