470 lines
18 KiB
VB.net
470 lines
18 KiB
VB.net
|
|
'------------------------------------------------------------------------------
|
|||
|
|
' <auto-generated>
|
|||
|
|
' 此代码由工具生成。
|
|||
|
|
' 运行时版本:4.0.30319.42000
|
|||
|
|
'
|
|||
|
|
' 对此文件的更改可能会导致不正确的行为,并且如果
|
|||
|
|
' 重新生成代码,这些更改将会丢失。
|
|||
|
|
' </auto-generated>
|
|||
|
|
'------------------------------------------------------------------------------
|
|||
|
|
|
|||
|
|
Option Strict On
|
|||
|
|
Option Explicit On
|
|||
|
|
|
|||
|
|
|
|||
|
|
Namespace My
|
|||
|
|
|
|||
|
|
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|||
|
|
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0"), _
|
|||
|
|
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|||
|
|
Partial Friend NotInheritable Class MySettings
|
|||
|
|
Inherits Global.System.Configuration.ApplicationSettingsBase
|
|||
|
|
|
|||
|
|
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
|||
|
|
|
|||
|
|
#Region "My.Settings 自动保存功能"
|
|||
|
|
#If _MyType = "WindowsForms" Then
|
|||
|
|
Private Shared addedHandler As Boolean
|
|||
|
|
|
|||
|
|
Private Shared addedHandlerLockObject As New Object
|
|||
|
|
|
|||
|
|
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|||
|
|
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
|||
|
|
If My.Application.SaveMySettingsOnExit Then
|
|||
|
|
My.Settings.Save()
|
|||
|
|
End If
|
|||
|
|
End Sub
|
|||
|
|
#End If
|
|||
|
|
#End Region
|
|||
|
|
|
|||
|
|
Public Shared ReadOnly Property [Default]() As MySettings
|
|||
|
|
Get
|
|||
|
|
|
|||
|
|
#If _MyType = "WindowsForms" Then
|
|||
|
|
If Not addedHandler Then
|
|||
|
|
SyncLock addedHandlerLockObject
|
|||
|
|
If Not addedHandler Then
|
|||
|
|
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
|||
|
|
addedHandler = True
|
|||
|
|
End If
|
|||
|
|
End SyncLock
|
|||
|
|
End If
|
|||
|
|
#End If
|
|||
|
|
Return defaultInstance
|
|||
|
|
End Get
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name1() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name1"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name1") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name2() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name2"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name2") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name3() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name3"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name3") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name4() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name4"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name4") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name5() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name5"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name5") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name6() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name6"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name6") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name7() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name7"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name7") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name8() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name8"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name8") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name9() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name9"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name9") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name10() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name10"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name10") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name11() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name11"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name11") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name12() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name12"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name12") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name13() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name13"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name13") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name14() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name14"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name14") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name15() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name15"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name15") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name16() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name16"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name16") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name17() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name17"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name17") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name18() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name18"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name18") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name19() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name19"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name19") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property Relay_Name20() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("Relay_Name20"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("Relay_Name20") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DO_Name1() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DO_Name1"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DO_Name1") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DO_Name2() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DO_Name2"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DO_Name2") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DO_Name3() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DO_Name3"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DO_Name3") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DO_Name4() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DO_Name4"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DO_Name4") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DO_Name5() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DO_Name5"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DO_Name5") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DO_Name6() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DO_Name6"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DO_Name6") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name1() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name1"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name1") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name2() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name2"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name2") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name3() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name3"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name3") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name4() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name4"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name4") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name5() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name5"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name5") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name6() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name6"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name6") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
|
|||
|
|
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
|||
|
|
Public Property DI_Name7() As String
|
|||
|
|
Get
|
|||
|
|
Return CType(Me("DI_Name7"),String)
|
|||
|
|
End Get
|
|||
|
|
Set
|
|||
|
|
Me("DI_Name7") = value
|
|||
|
|
End Set
|
|||
|
|
End Property
|
|||
|
|
End Class
|
|||
|
|
End Namespace
|
|||
|
|
|
|||
|
|
Namespace My
|
|||
|
|
|
|||
|
|
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
|||
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|||
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
|||
|
|
Friend Module MySettingsProperty
|
|||
|
|
|
|||
|
|
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
|||
|
|
Friend ReadOnly Property Settings() As Global.Log_Analysis_Tools.My.MySettings
|
|||
|
|
Get
|
|||
|
|
Return Global.Log_Analysis_Tools.My.MySettings.Default
|
|||
|
|
End Get
|
|||
|
|
End Property
|
|||
|
|
End Module
|
|||
|
|
End Namespace
|