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

@@ -11,7 +11,6 @@ Namespace [PatternModule]
Public Const CLIPBOARD_VALUE_EN = "@Clipboard"
Public Property PatternIdentifier As String = "CLIP" Implements IModule.PatternIdentifier
Public Property IsComplex As Boolean = False Implements IModule.IsComplex
Public Sub New(pLogConfig As LogConfig)