Prepare Loading Control Properties in Property Grid, Preload Controls with Data in Workflow Form

This commit is contained in:
Jonathan Jenne
2019-03-26 16:17:40 +01:00
parent 2438528741
commit c1dc7fcc22
27 changed files with 263 additions and 1053 deletions

View File

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