This commit is contained in:
2022-06-17 12:09:36 +02:00
parent ff80b48521
commit 4860713d17
7 changed files with 123 additions and 72 deletions

View File

@@ -181,6 +181,7 @@ Public Class ClassParamRefresh
Dim oAfterReplace = oMode.Replace("PM.START_CW=", "")
Try
START_CW = True
LOGGER.Debug("PM.START_CW = True")
Dim oSplit As String() = oAfterReplace.Split("~")
START_CW_CAPTION = oSplit(0)
Try