Patterns: WIP Pattern2

This commit is contained in:
Jonathan Jenne
2021-11-04 10:40:56 +01:00
parent 76d10a7374
commit e5f7fcd05a
4 changed files with 3 additions and 10 deletions

View File

@@ -14,7 +14,6 @@ Namespace [PatternModule]
Public Const USER_VALUE_USER_NAME = "USER_NAME"
Public Property PatternIdentifier As String = "USER" Implements IModule.PatternIdentifier
Public Property IsComplex As Boolean = True Implements IModule.IsComplex
Public Sub New(pLogConfig As LogConfig)