From 7d17fabc46e87ea0f0896f760034f4d16a4dfed0 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 九月 2024 13:20:57 +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