duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.cs
@@ -5,6 +5,7 @@
        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();
        }
    }
}