MS DateEdit
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
Public Class ConnectionStringTestAttribute
|
||||
Inherits Attribute
|
||||
End Class
|
||||
|
||||
Public Class ConnectionStringAppServer
|
||||
Inherits Attribute
|
||||
End Class
|
||||
''' <summary>
|
||||
''' Global setting. Will not be saved to userconfig.
|
||||
''' </summary>
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -7,6 +7,8 @@ Public Class ConfigSample
|
||||
|
||||
<ConnectionStringTest>
|
||||
Public Property ConnectionStringTest As String
|
||||
<ConnectionStringAppServer>
|
||||
Public Property ConnectionStringAppServer As String
|
||||
|
||||
<GlobalSetting>
|
||||
Public Property GlobalSetting As Integer
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("0.0.7.2")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyVersion("1.0.8.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.8.0")>
|
||||
|
||||
Reference in New Issue
Block a user