From b54d247ffc912c4af1c96fe05bc6ca1630a77be0 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 四月 2025 23:58:51 +0800
Subject: [PATCH] 1

---
 DevApp/Gs.DevApp/XtraForm1.cs |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/XtraForm1.cs b/DevApp/Gs.DevApp/XtraForm1.cs
index bf6b785..099925e 100644
--- a/DevApp/Gs.DevApp/XtraForm1.cs
+++ b/DevApp/Gs.DevApp/XtraForm1.cs
@@ -1,4 +1,10 @@
-锘縰sing DevExpress.XtraEditors;
+锘縰sing DevExpress.Internal.WinApi;
+using DevExpress.XtraBars.ToastNotifications;
+using DevExpress.XtraEditors;
+using DevExpress.XtraTreeList;
+using Gs.DevApp.Entity;
+using Gs.DevApp.ToolBox;
+using Newtonsoft.Json;
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
@@ -16,6 +22,15 @@
         public XtraForm1()
         {
             InitializeComponent();
+          
+        }
+
+        private void simpleButton1_Click(object sender, EventArgs e)
+        {
+            //toastNotificationsManager1 = new ToastNotificationsManager();
+            //VanishingMessage vm = new VanishingMessage(System.Drawing.Color.OrangeRed,  "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存");
+            //vm.Show();
+ 
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3