DLL windream resultHandler Version 2.5
Service.exe 2.1
This commit is contained in:
@@ -88,6 +88,18 @@ Namespace My
|
||||
Me("EmailTestReceipiant") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("False")> _
|
||||
Public Property Debug_Active() As Boolean
|
||||
Get
|
||||
Return CType(Me("Debug_Active"),Boolean)
|
||||
End Get
|
||||
Set
|
||||
Me("Debug_Active") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
@@ -16,5 +16,8 @@
|
||||
<Setting Name="EmailTestReceipiant" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="Debug_Active" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user