rename project to ClientSuite, add application timer

This commit is contained in:
Jonathan Jenne
2019-02-18 11:14:02 +01:00
parent a2f4c06492
commit bc7605bdcf
40 changed files with 120 additions and 1478 deletions

View File

@@ -2,7 +2,7 @@
Imports System.Threading
Imports DigitalData.Modules.Config
Imports DigitalData.Modules.Logging
Imports EDMI_ClientSuite.NetworkService_DDEDM
Imports DigitalData.Modules.EDMIFileOps.EDMIServiceReference
Namespace My
''' <summary>
@@ -24,12 +24,13 @@ Namespace My
End Module
''' <summary>
''' Extends the My.Application Namespace
''' Extends the My.Application Namespace to hold Application State
''' Example: My.Application.User
''' </summary>
Partial Class MyApplication
' User Config
Public User As New UserState()
Public Service As New ServiceState()
End Class
End Namespace