From 2e44301eda2efb4b61e6dc53d4fff668229f7321 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期三, 17 九月 2025 22:05:27 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs b/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs index 621b517..0e5779d 100644 --- a/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs +++ b/DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs @@ -19,6 +19,7 @@ public UcDictionarySelect(string _strTitle, string _strWhere,string _strMsg="") { InitializeComponent(); + lbMsg.Text = _strMsg; this.strTitle = _strTitle; this.strWhere = _strWhere; -- Gitblit v1.9.3