MS Release FillIDNexe

This commit is contained in:
Developer01
2025-02-05 08:09:10 +01:00
parent d3ef49ed83
commit 1b539bce13
11 changed files with 390 additions and 9 deletions

View File

@@ -230,7 +230,8 @@ Public Class ClassParamRefresh
ElseIf oMode.StartsWith("PM.ButtonExport2Folder_RootFolder") Then
Dim oAfterReplace = oMode.Replace("PM.ButtonExport2Folder_RootFolder=", "")
ButtonExport2Folder_RootFolder = oAfterReplace
ElseIf oMode = "MAINFORM_ALLOW_LOGFILES" Then
MAINFORM_CREATE_LOG_FILES = True
Else
LOGGER.Info($"Wrong oMode: {oMode}")
End If