Zooflow: Add ClassModules
This commit is contained in:
@@ -42,11 +42,22 @@ Public Class ClassConfig
|
||||
|
||||
<GlobalSetting>
|
||||
Public Property AppServerConfig As String = String.Empty
|
||||
|
||||
<ConnectionStringAppServer>
|
||||
Public Property ConnectionStringAppServer As String = ""
|
||||
|
||||
' === Logging Configuration
|
||||
Public Property LogDebug As Boolean = False
|
||||
|
||||
' === User Configuration ===
|
||||
Public Property UserLanguage As String = "de-DE"
|
||||
|
||||
' === Product Configuration ===
|
||||
Public Property ProductPaths As ClassProductPaths
|
||||
|
||||
Public Class ClassProductPaths
|
||||
Public ProcessManagerPath As String
|
||||
Public GlobalIndexerPath As String
|
||||
Public ClipboardWatcherPath As String
|
||||
End Class
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user