From 22677c99745d841cc3dde8d05f68cda090bcfb8d Mon Sep 17 00:00:00 2001 From: Sunny Date: Tue, 19 Nov 2024 23:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Demo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SunnyUI.Demo/Forms/FDialogs.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SunnyUI.Demo/Forms/FDialogs.cs b/SunnyUI.Demo/Forms/FDialogs.cs index 8c29948b..ef69a47d 100644 --- a/SunnyUI.Demo/Forms/FDialogs.cs +++ b/SunnyUI.Demo/Forms/FDialogs.cs @@ -123,12 +123,12 @@ namespace Sunny.UI.Demo private void uiSymbolButton2_Click(object sender, EventArgs e) { - this.ShowInfoNotifier("Info", InfoNotifierClick); + this.ShowInfoNotifier("Hello SunnyUI!", InfoNotifierClick); } - private void InfoNotifierClick(object sender, EventArgs e) + private void InfoNotifierClick(object sender, DescriptionEventArgs e) { - this.ShowInfoTip(CodeTranslator.Current.PressedNotifier); + this.ShowInfoTip(e.Description); } private void uiSymbolButton6_Click(object sender, EventArgs e)