MS NotifyIcon logging Init
This commit is contained in:
@@ -82,6 +82,15 @@ Namespace My
|
||||
Return CType(Me("UseAppConfigConString"),Boolean)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("SchreiberM")> _
|
||||
Public ReadOnly Property GHOSTUSER() As String
|
||||
Get
|
||||
Return CType(Me("GHOSTUSER"),String)
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user