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

@@ -20,11 +20,11 @@ Namespace My
ConfigManager = oConfigManager
_Logger = LogConfig.GetLogger()
_Logger.Info("Starting Client Suite..")
_Logger.Debug("Starting Client Suite..")
End Sub
Public Sub App_Shutdown(sender As Object, e As EventArgs) Handles Me.Shutdown
_Logger.Info("Shutting down Client Suite..")
_Logger.Debug("Shutting down Client Suite..")
End Sub
End Class
End Namespace