更新Demo

This commit is contained in:
Sunny 2024-11-19 23:08:47 +08:00
parent 9dbc2e80bd
commit 22677c9974

View File

@ -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)