From 9e861a3ab67506b8498a79575b97ffd6390c3d61 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 03 四月 2025 17:08:45 +0800 Subject: [PATCH] loading --- DevApp/Gs.DevApp/UserControl/UcDictionary.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcDictionary.cs b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs index 16095ff..8503b12 100644 --- a/DevApp/Gs.DevApp/UserControl/UcDictionary.cs +++ b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs @@ -48,7 +48,7 @@ private void simpleButton1_Click(object sender, EventArgs e) { - SelectDictionary frm = new SelectDictionary(this.BtnTxt, ""); + UcDictionarySelect frm = new UcDictionarySelect(this.BtnTxt, ""); frm.UpdateParent += (ss, ee) => { System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(); -- Gitblit v1.9.3