This commit is contained in:
2022-05-09 12:16:09 +02:00
27 changed files with 321 additions and 787 deletions

View File

@@ -308,7 +308,7 @@ Public Class frmFlowForm
FolderWatch = New ClassFolderwatcher(My.LogConfig)
Dim oFileExclusions As New ClassExclusions()
If oFileExclusions.Load(My.Application.Globix.PATH_FileExclusions) = False Then
If oFileExclusions.Load() = False Then
If My.Application.User.Language = "de-DE" Then
MsgBox("Die Ausschlusskriterien für Dateien in Folderwatch konnten nicht angelegt werden!", MsgBoxStyle.Information)
Else