clean up config

This commit is contained in:
Jonathan Jenne
2020-12-17 13:39:52 +01:00
parent 4a081ed65e
commit 2f4b8afd67
4 changed files with 14 additions and 7 deletions

View File

@@ -12,10 +12,11 @@
Public Class ConnectionStringTestAttribute
Inherits Attribute
End Class
Public Class ConnectionStringAppServer
Inherits Attribute
End Class
Public Class AppServerConfig
''' <summary>
''' The app server connection string. Will not be saved to userconfig.
''' </summary>
Public Class ConnectionStringAppServerAttribute
Inherits Attribute
End Class
''' <summary>