This commit is contained in:
2025-09-16 10:42:51 +01:00
parent 50bb9c9781
commit 0c463ad929
8 changed files with 351 additions and 200 deletions

View File

@@ -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