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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user