Jun 11, 2026, 1:19 PM

This commit is contained in:
Paweł Domański
2026-06-11 11:19:26 +00:00
parent 7804484b98
commit 71f53cec15
4 changed files with 37 additions and 4 deletions
+1
View File
@@ -44,6 +44,7 @@ $btnConnect = $Window.FindName("btnConnect")
$txtServerName = $Window.FindName("txtServerName")
$txtLogs = $Window.FindName("txtLogs")
$dgServerInfo = $Window.FindName("dgServerInfo")
$dgServerErrors = $Window.FindName("dgServerErrors")
$tvServers = $Window.FindName("tvServers")
$btnAddServer = $Window.FindName("btnAddServer")
$btnRemoveServer = $Window.FindName("btnRemoveServer")