From 4a8df7e654aa502694bcff271b216c46e26c788b Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期日, 06 四月 2025 10:46:27 +0800
Subject: [PATCH] 汽泡提示
---
DevApp/Gs.DevApp/UserControl/SelectFont.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/SelectFont.cs b/DevApp/Gs.DevApp/UserControl/SelectFont.cs
index beb1eaf..6f732a2 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectFont.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectFont.cs
@@ -37,6 +37,9 @@
DevExpress.XtraEditors.WindowsFormsSettings.DefaultMenuFont = new System.Drawing.Font(ary[0], _ft);
DevExpress.XtraEditors.WindowsFormsSettings.DefaultPrintFont = new System.Drawing.Font(ary[0], _ft);
#endregion
+
+ Gs.DevApp.ToolBox.MsgHelper.ShowInformation("璁剧疆鎴愬姛锛�");
+ this.Close();
}
}
}
\ No newline at end of file
--
Gitblit v1.9.3