MS Vorbereitungen WISAG wie PM

This commit is contained in:
2020-12-17 10:03:54 +01:00
parent 96a9d17025
commit 2984d6503d
14 changed files with 203 additions and 105 deletions

View File

@@ -57,7 +57,11 @@ Public Class frmStart
ElseIf HotkeyFunctionKey = HOTKEY_SHIFT Then
Hotkey.AddHotKey(oKeyCode, ClassHotkey.ModfierKey.MOD_SHIFT, ClassConstants.HOTKEY_TRIGGER_WATCHER)
End If
If APPSERVER_ACTIVE = True Then
tslblAppServer.Visible = True
Else
tslblAppServer.Visible = False
End If
End If
RefreshUI()