jj für ms

This commit is contained in:
Digital Data - Marlon Schreiber
2019-01-08 16:05:41 +01:00
parent 1198b1004e
commit 60ed01009a
81 changed files with 252991 additions and 131 deletions

View File

@@ -100,6 +100,15 @@ Namespace My
Return CType(Me("FB_PW"),String)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Public ReadOnly Property LOGERRORS_ONLY() As Boolean
Get
Return CType(Me("LOGERRORS_ONLY"),Boolean)
End Get
End Property
End Class
End Namespace

View File

@@ -22,5 +22,8 @@
<Setting Name="FB_PW" Type="System.String" Scope="Application">
<Value Profile="(Default)">dd</Value>
</Setting>
<Setting Name="LOGERRORS_ONLY" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>