yangyin
2024-08-22 7d49fe63d26ec26ebee525a7ee26d8ee1dfbbc60
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/03-MapLocation/SetXhsProjectMapLocationWizardPage.cs
@@ -170,13 +170,13 @@
                            this.Invoke(new Action(() =>
                            {
                                // 更新UI控件
                                MessageBoxHelper.ShowError("导入错误!");
                                MessageBoxHelper.ShowSuccess("导入成功!");
                            }));
                        }
                        else
                        {
                            // 直接更新UI控件
                            MessageBoxHelper.ShowError("导入错误!");
                            MessageBoxHelper.ShowSuccess("导入成功!");
                        }
                    }
                }