mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 14:28:25 +08:00
style: updated code style.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace S7.Net
|
||||
try
|
||||
{
|
||||
tcpClient = new TcpClient();
|
||||
ConfigureConnection(tcpClient);
|
||||
ConfigureConnection();
|
||||
tcpClient.Connect(IP, 102);
|
||||
stream = tcpClient.GetStream();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user