style: updated code style.

This commit is contained in:
Смирнов Виталий
2019-05-28 10:01:28 +03:00
parent 800a790b89
commit 2fbabd5517
3 changed files with 14 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ namespace S7.Net
try
{
tcpClient = new TcpClient();
ConfigureConnection(tcpClient);
ConfigureConnection();
tcpClient.Connect(IP, 102);
stream = tcpClient.GetStream();
}