Logging und Vorbereitung MAPPING wie in taskFLOW

This commit is contained in:
Developer01
2026-05-04 16:40:14 +02:00
parent e5567412a0
commit 3b9c9d457d
2 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
Namespace State
Public Class SettingsState
Public GdPictureKey As String = String.Empty
Public CopyWMFile2Temp As Boolean = False
Public WM_SUFFIX As String = "\\WINDREAM\OBJECTS"
Public MAP_SHAREDRIVE As String = ""
Public MAP_BLACKLIST As String = ""
End Class
End Namespace