WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.cs
@@ -1,10 +1,11 @@ namespace HStation.WinFrmUI.Xhs namespace HStation.WinFrmUI { public partial class PipeSingMatchingDlg : DevExpress.XtraEditors.XtraForm { public PipeSingMatchingDlg() { InitializeComponent(); this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon; } public event Action<PipeMatchingViewModel> ReloadDataEvent; @@ -21,6 +22,7 @@ private void btnComplete_Click(object sender, EventArgs e) { ReloadDataEvent.Invoke(_ValveMatchingView); this.Close(); } } }