jj: add service config form
This commit is contained in:
12
EDMI_ClientSuite/My Project/Settings.Designer.vb
generated
12
EDMI_ClientSuite/My Project/Settings.Designer.vb
generated
@@ -62,6 +62,18 @@ Namespace My
|
||||
Return CType(Me("EDM_NetworkService_Adress"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property ICMServiceAddress() As String
|
||||
Get
|
||||
Return CType(Me("ICMServiceAddress"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("ICMServiceAddress") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user