From e12a799460d514261d9317d42008448f0ea470ee Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 17 三月 2023 14:35:48 +0800 Subject: [PATCH] 场景配置优化 --- HDL_ON/UI/MainPage.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/MainPage.cs b/HDL_ON/UI/MainPage.cs index 9d79a2d..397b590 100644 --- a/HDL_ON/UI/MainPage.cs +++ b/HDL_ON/UI/MainPage.cs @@ -26,7 +26,7 @@ /// <summary> /// 鐗堟湰鍙� /// </summary> - public static string VersionString = "1.6.42"; + public static string VersionString = "1.7"; ///// <summary> ///// 瀹㈡埛绔被鍨� ///// </summary> @@ -405,6 +405,7 @@ { if (waitPage != null) { + waitPage.Hide(); waitPage.RemoveFromParent(); waitPage = null; } -- Gitblit v1.8.0