device/TcpServer.cs
File was renamed from Devices/TcpServer.cs @@ -1,4 +1,4 @@ using HH.WCS.Mobox3.AnGang.Dispatch; using HH.WCS.Mobox3.AnGang.dispatch; using HH.WCS.Mobox3.AnGang.config; using Newtonsoft.Json; using System; @@ -8,7 +8,7 @@ using System.Net.Sockets; using System.Text; namespace HH.WCS.Mobox3.AnGang.Devices namespace HH.WCS.Mobox3.AnGang.device { public class TcpServer {