wei
2020-11-27 e53a1951d6aa07ad22aad9816da4703496fcbccd
HDL_ON/DAL/DriverLayer/Control_TcpClient.cs
File was renamed from HDL_ON/DriverLayer/Control_TcpClient.cs
@@ -7,6 +7,7 @@
{
    public class Control_TcpClient
    {
        //声明IP,端口,和一个用来连接的Socket
        public string _ip;
@@ -119,8 +120,10 @@
                //    MainPage.Log($"接收服务端数据:{tcpDataString}");
                //}
            }
        }
    }
}