jj: clean up deps
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Imports DigitalData.Modules.Logging.LogConfig
|
||||
Imports System.ServiceModel
|
||||
Imports EDMI_ClientSuite.NetworkService_DDEDM
|
||||
Imports System.ServiceModel.Channels
|
||||
|
||||
Public Class ClassInit
|
||||
Private Const OPEN_TIMEOUT_SECONDS = 3
|
||||
@@ -42,7 +43,7 @@ Public Class ClassInit
|
||||
End Function)
|
||||
End Function
|
||||
|
||||
Public Function GetChannelFactory() As ChannelFactory(Of IEDMServiceChannel)
|
||||
Public Function GetChannelFactory() As IChannelFactory(Of IEDMServiceChannel)
|
||||
Return GetChannelFactory(My.Settings.ICMServiceAddress)
|
||||
End Function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user