MS ParamFehler aus Funktion
This commit is contained in:
@@ -225,7 +225,7 @@ Public Class ClassInit
|
|||||||
End Try
|
End Try
|
||||||
ElseIf oMode.StartsWith("HotkeySearchKey") Then
|
ElseIf oMode.StartsWith("HotkeySearchKey") Then
|
||||||
Try
|
Try
|
||||||
Dim oResult = oMode.Replace("HotkeySearchKeyO=", "")
|
Dim oResult = oMode.Replace("HotkeySearchKey=", "")
|
||||||
HotkeySearchKey = oResult
|
HotkeySearchKey = oResult
|
||||||
HotkeySearchKey_via_Server = True
|
HotkeySearchKey_via_Server = True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
@@ -86,7 +86,6 @@ Public Class frmMain
|
|||||||
Logger.Warn($"Unexpected Error in FormLoad2: {ex.Message}")
|
Logger.Warn($"Unexpected Error in FormLoad2: {ex.Message}")
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
|
|
||||||
End If
|
End If
|
||||||
|
|
||||||
RefreshUI()
|
RefreshUI()
|
||||||
|
|||||||
Reference in New Issue
Block a user