This commit is contained in:
2021-06-02 20:58:38 +05:00
parent c633df4ff3
commit 0250037f11
31 changed files with 204 additions and 87 deletions

View File

@@ -10,7 +10,7 @@ namespace DataClients
{
public class NetClient
{
private string ServerStr = "10.10.45.152";
private string ServerStr = "10.10.45.151";
private int PortStr = 1070;
private IPEndPoint IpPoint;