Add UserConfig Prefix and Config Migration

This commit is contained in:
Jonathan Jenne
2020-12-17 16:55:17 +01:00
parent 82897a2f12
commit 651c5bc2d6
5 changed files with 40 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ Public Class ClassConfig
Public Property ConnectionStringTest As String = ""
<ConnectionStringAppServer>
Public Property ConnectionStringAppServer As String = ""
<AppServerConfig>
<ConnectionStringAppServer>
Public Property AppServerConfig As String = ""
Public Property TestMode As Boolean = False