From f064d6138dc73d8f54c66f0c6d3242d0376c71b4 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期五, 04 七月 2025 13:36:02 +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