From db1141043a18e061f628b0fa164dd520d9c5941a Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 30 六月 2025 09:31:42 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/XtraForm1.cs | 29 +++++------------------------ 1 files changed, 5 insertions(+), 24 deletions(-) diff --git a/DevApp/Gs.DevApp/XtraForm1.cs b/DevApp/Gs.DevApp/XtraForm1.cs index de7b67f..c2a041c 100644 --- a/DevApp/Gs.DevApp/XtraForm1.cs +++ b/DevApp/Gs.DevApp/XtraForm1.cs @@ -1,19 +1,10 @@ -锘縰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; +锘縰sing Newtonsoft.Json.Linq; +using NModbus; using System; -using System.Collections.Generic; -using System.ComponentModel; using System.Data; -using System.Drawing; -using System.Linq; +using System.IO; +using System.Net.Sockets; using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; namespace Gs.DevApp { @@ -22,18 +13,8 @@ public XtraForm1() { InitializeComponent(); - - } - private void simpleButton1_Click(object sender, EventArgs e) - { - //toastNotificationsManager1 = new ToastNotificationsManager(); - //VanishingMessage vm = new VanishingMessage(System.Drawing.Color.OrangeRed, "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存"); - //vm.Show(); - - Toast vm = new Toast(System.Drawing.Color.DodgerBlue, "鎿嶄綔鎴愭槬鏍戞毊浜戦《鎴存"); - vm.Show(); - } + } } \ No newline at end of file -- Gitblit v1.9.3