From b2e753b7d889e1a1fbc17f8b43c3dd02aa0faad4 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 九月 2024 15:35:30 +0800 Subject: [PATCH] 自动匹配界面修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsAutoMatchingMainDlg.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsAutoMatchingMainDlg.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsAutoMatchingMainDlg.cs index ef02b32..1b7cbe4 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsAutoMatchingMainDlg.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsAutoMatchingMainDlg.cs @@ -28,10 +28,10 @@ } //鑷姩鍖归厤 - private void BtnAutoMatching_Click(object sender, EventArgs e) + private async void BtnAutoMatching_Click(object sender, EventArgs e) { WaitFormHelper.ShowWaitForm(this); - _assetsAutoMatching = this.AssetsMainChoicePage.SetMatching(_assetsAutoMatching); + _assetsAutoMatching = await this.AssetsMainChoicePage.SetMatching(_assetsAutoMatching); WaitFormHelper.HideWaitForm(this); } } -- Gitblit v1.9.3