MS NotifyIcon logging Init

This commit is contained in:
2021-01-04 16:37:57 +01:00
parent f7f72fc3ae
commit 2ad498c8f2
8 changed files with 29 additions and 4 deletions

View File

@@ -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