add config migration and user config prefix

This commit is contained in:
Jonathan Jenne
2020-12-17 15:19:10 +01:00
parent 058fad6060
commit f5f46012d0
2 changed files with 25 additions and 8 deletions

View File

@@ -19,6 +19,6 @@ Public Class ClassConfig
Public Property ResultDataWindowLocation As Point = New Size(0, 0)
<ConnectionStringAppServer>
Public Property ConnectionStringAppServer As String = ""
<AppServerConfig>
<GlobalSetting>
Public Property AppServerConfig As String = ""
End Class