Diverses Zugferd
This commit is contained in:
@@ -95,6 +95,18 @@ Namespace My
|
||||
Me("FB_PASS") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property MD5Cheksum() As String
|
||||
Get
|
||||
Return CType(Me("MD5Cheksum"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("MD5Cheksum") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user