From 9c38dbf93ea5b7dea6b34b03cb3143812b20147d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 02 七月 2025 23:05:41 +0800 Subject: [PATCH] BUG --- 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