WinFrmUI/Yw.WinFrmUI.Hydro.Core/07-mark/03-view/SetHydroMarkDlg.cs
@@ -7,7 +7,7 @@ InitializeComponent(); this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon; this.layoutControl1.SetupLayoutControl(); this.generalOkAndCancelCtrl1.OkEvent += GeneralOkAndCancelCtrl1_OkEvent; } /// <summary> @@ -28,7 +28,7 @@ } //确定 private void btnOk_Click(object sender, EventArgs e) private void GeneralOkAndCancelCtrl1_OkEvent() { _allSetList = this.setHydroMarkCtrl1.GetSetList(); this.ReloadDataEvent?.Invoke(_allSetList);