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); } }