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
|
||||
|
||||
|
||||
@@ -16,5 +16,8 @@
|
||||
<Setting Name="UseAppConfigConString" Type="System.Boolean" Scope="Application">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="GHOSTUSER" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SchreiberM</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user