MS .6 nach WISAG1

This commit is contained in:
2020-01-24 10:23:26 +01:00
parent e0fae60798
commit 0ce34a3290
10 changed files with 1278 additions and 1236 deletions

View File

@@ -12,7 +12,11 @@
Catch ex As Exception
WORKING_MODE = ""
End Try
Try
ADDITIONAL_TITLE = DT_CHECKUSER.Rows(0).Item("ADDITIONAL_TITLE")
Catch ex As Exception
ADDITIONAL_TITLE = ""
End Try
Dim oSplitWorkMode As String() = WORKING_MODE.Split("#")
@@ -48,6 +52,9 @@
End If
ElseIf oMode = "PM.MONITORING" Then
MONITORING_ACTIVE = True
ElseIf oMode.StartsWith("PM.COLORSCHEME") Then
Dim oColorScheme = oMode.Replace("PM.COLORSCHEME=", "")
RIBBON_COLOR_SCHEME = oColorScheme.ToUpper
Else
LOGGER.Info($"Wrong oMode: {oMode}")
End If