WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs
@@ -43,6 +43,7 @@ } TextEditCaliber.SelectedIndex = 0; TextEditMaterial.SelectedIndex = 0; this.selectFlagsPopupCtrl1.SetBindingData<AssetsFlags>(); } public event Func<Vmo.AssetsThreelinkMainVmo, Task<bool>> ReloadDataEvent = null; @@ -158,6 +159,7 @@ { _ThreeLinkVmo.BranchThroughMinorLoss = branchThough; } _ThreeLinkVmo.Flags = this.selectFlagsPopupCtrl1.SelectedFlags; if (await this.ReloadDataEvent.Invoke(_ThreeLinkVmo)) { TipFormHelper.ShowSucceed("添加成功!");