Imports System.ServiceModel
Imports System.Threading
Imports DigitalData.Modules.Logging
Imports EDMI_ClientSuite.NetworkService_DDEDM
Namespace My
'''
''' Extends the My Namespace
''' Example: My.LogConfig
'''
Module Extension
Property LogConfig As LogConfig
Property ChannelFactory As ChannelFactory(Of IEDMServiceChannel)
Property Channel As IEDMServiceChannel
End Module
'''
''' Extends the My.Application Namespace
''' Example: My.Application.User
'''
Partial Class MyApplication
' User Config
Public User As New UserState()
End Class
End Namespace