MS DateEdit

This commit is contained in:
2020-11-11 17:43:52 +01:00
parent b32f7553d2
commit fef9c99feb
11 changed files with 143 additions and 81 deletions

View File

@@ -28,6 +28,7 @@ Public Class ConfigManager(Of T)
Private ReadOnly _ExcludedAttributes = New List(Of Type) From {
GetType(ConnectionStringAttribute),
GetType(ConnectionStringAppServer),
GetType(ConnectionStringTestAttribute),
GetType(GlobalSettingAttribute)
}