From 096d3847e5a4cdd0cbc0abee366b3a3470b92e61 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 05 四月 2025 20:39:06 +0800
Subject: [PATCH] fqc
---
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