V3.14
This commit is contained in:
@@ -14,7 +14,7 @@ namespace AiQ_GUI
|
||||
|
||||
try
|
||||
{
|
||||
using SshClient client = new SshClient(IPAddress, SSHUsername, SSHPassword);
|
||||
using SshClient client = new(IPAddress, SSHUsername, SSHPassword);
|
||||
client.Connect();
|
||||
|
||||
try
|
||||
|
Reference in New Issue
Block a user