lixiaojun
2024-10-31 abf1e3b3334ab47c38aa92405a11a6ec92b7847a
WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs
@@ -74,9 +74,17 @@
            {
                _ThreeLinkVmo.Caliber = caliber;
            }
            if (double.TryParse(TextEditCoefficient.Text, out double Coefficient))
            if (double.TryParse(TextEditCoefficient.Text, out double coefficient))
            {
                _ThreeLinkVmo.Coefficient = Coefficient;
                _ThreeLinkVmo.Coefficient = coefficient;
            }
            if (double.TryParse(textEditRunThroughCoefficient.Text, out double runThrough))
            {
                _ThreeLinkVmo.Coefficient = runThrough;
            }
            if (double.TryParse(textEditBranchThroughCoefficient.Text, out double branchThough))
            {
                _ThreeLinkVmo.Coefficient = branchThough;
            }
            if (await this.ReloadDataEvent.Invoke(_ThreeLinkVmo))
            {