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/XtraForm1.cs | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/XtraForm1.cs b/DevApp/Gs.DevApp/XtraForm1.cs index 820046c..099925e 100644 --- a/DevApp/Gs.DevApp/XtraForm1.cs +++ b/DevApp/Gs.DevApp/XtraForm1.cs @@ -28,12 +28,9 @@ private void simpleButton1_Click(object sender, EventArgs e) { //toastNotificationsManager1 = new ToastNotificationsManager(); - //VanishingMessage vm = new VanishingMessage(System.Drawing.Color.OrangeRed, "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存", 1); + //VanishingMessage vm = new VanishingMessage(System.Drawing.Color.OrangeRed, "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存"); //vm.Show(); - - VanishingMessage vm = new VanishingMessage(System.Drawing.Color.DodgerBlue, "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存", 1); - vm.Show(); - + } } } \ No newline at end of file -- Gitblit v1.9.3