MS ClipboardWatcherStart

This commit is contained in:
2021-01-04 16:35:56 +01:00
parent 9d77f906e0
commit 4585e63d81
9 changed files with 270 additions and 160 deletions

View File

@@ -128,6 +128,14 @@
Catch ex As Exception
TL_ICON = False
End Try
ElseIf oMode.StartsWith("PM.START_CW") Then
Dim oCaption = oMode.Replace("PM.START_CW=", "")
Try
START_CW = True
START_CW_CAPTION = oCaption
Catch ex As Exception
START_CW = False
End Try
Else
LOGGER.Info($"Wrong oMode: {oMode}")
End If