Add Test Mode

This commit is contained in:
Jonathan Jenne
2019-04-16 16:26:31 +02:00
parent 5f14621fab
commit 5177e99ded
6 changed files with 833 additions and 434 deletions

View File

@@ -6,6 +6,7 @@ Public Class ClassConfig
Public Property ConnectionString As String = ""
<ConnectionStringTest>
Public Property ConnectionStringTest As String = ""
Public Property TestMode As Boolean = False
' PDF Viewer Settings
Public Property UniversalViewerPath As String = ""