DevApp/Gs.DevApp/XtraForm1.cs
@@ -1,13 +1,10 @@ using DevExpress.XtraEditors; using Newtonsoft.Json.Linq; using NModbus; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.IO; using System.Net.Sockets; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Gs.DevApp { @@ -16,6 +13,8 @@ public XtraForm1() { InitializeComponent(); } } }