From 6a89dc5916749e18dc77b15c7c27ccd2ada38e6b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 30 六月 2025 17:20:27 +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