From 5e376d06404a16cb3c82a93cff351c5315bbcfe3 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 28 六月 2025 16:10:22 +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