EDMI: First version of Updating files by replacing them!

This commit is contained in:
Jonathan Jenne
2022-01-31 16:31:13 +01:00
parent ab10268c99
commit 17bbaac7a0
30 changed files with 581 additions and 241 deletions

View File

@@ -1,5 +1,8 @@
Imports DigitalData.Modules.Logging
''' <summary>
''' BaseClass that sets up a Logger.
''' </summary>
Public Class BaseClass
Protected LogConfig As LogConfig
Protected Logger As Logger