Fix Wix Path finally :D, Translate frmIndex to en

This commit is contained in:
Jonathan Jenne
2021-03-01 12:33:41 +01:00
parent 6042b7321d
commit d831fbc50d
23 changed files with 1723 additions and 1091 deletions

View File

@@ -24,7 +24,7 @@ Public Class ClassFolderWatcher
End If
Catch ex As Exception
LOGGER.Info($"Error in Restart_FolderWatch: {ex.Message}")
LOGGER.Error(ex.Message)
LOGGER.Error(ex)
End Try
End Function
Public Shared Function Restart_FolderWatchSCAN()
@@ -44,7 +44,7 @@ Public Class ClassFolderWatcher
End If
Catch ex As Exception
LOGGER.Info($"Error in Restart_FolderWatchSCAN: {ex.Message}")
LOGGER.Error(ex.Message)
LOGGER.Error(ex)
End Try
End Function
Public Shared Function StartStop_FolderWatch()