MS Folder Check

This commit is contained in:
2020-04-17 11:54:41 +02:00
parent 1d06c75bac
commit fbacfdaaad
144 changed files with 465094 additions and 0 deletions

16
WIDigForm/ClassConfig.vb Normal file
View File

@@ -0,0 +1,16 @@
Imports DigitalData.Modules.Config.ConfigAttributes
Public Class ClassConfig
' Global Settings (from computerconfig, overridable by userconfig)
<ConnectionString>
Public Property ConnectionString As String = ""
Public Property WMUsername As String = ""
Public Property WMUserPW As String = ""
Public Property WMDrive As String = ""
Public Property WMRelPath As String = ""
Public Property WMServer As String = ""
Public Property Domain As String = ""
Public Property LOG_DEBUG As Boolean = False
End Class