From 40036d84a94b47b82b2d6316fb63df5e2847c6df Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 10 七月 2025 11:17:46 +0800
Subject: [PATCH] 首检

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

diff --git a/DevApp/Gs.DevApp/XtraForm1.cs b/DevApp/Gs.DevApp/XtraForm1.cs
new file mode 100644
index 0000000..c2a041c
--- /dev/null
+++ b/DevApp/Gs.DevApp/XtraForm1.cs
@@ -0,0 +1,20 @@
+锘縰sing Newtonsoft.Json.Linq;
+using NModbus;
+using System;
+using System.Data;
+using System.IO;
+using System.Net.Sockets;
+using System.Text;
+
+namespace Gs.DevApp
+{
+    public partial class XtraForm1 : DevExpress.XtraEditors.XtraForm
+    {
+        public XtraForm1()
+        {
+            InitializeComponent();
+
+        }
+      
+    }
+}
\ No newline at end of file

--
Gitblit v1.9.3