ZooFlow: Fix merge

This commit is contained in:
Jonathan Jenne
2021-01-19 13:32:30 +01:00
parent d8f25ecbd2
commit f5fd5ed1e1
2 changed files with 133 additions and 6 deletions

View File

@@ -8,10 +8,10 @@ Namespace ClipboardWatcher
Exception
End Enum
Public UserProfiles As DataTable = Nothing
Public ProfileProcesses As DataTable = Nothing
Public ProfileWindows As DataTable = Nothing
Public ProfileControls As DataTable = Nothing
Public Property UserProfiles As DataTable = Nothing
Public Property ProfileProcesses As DataTable = Nothing
Public Property ProfileWindows As DataTable = Nothing
Public Property ProfileControls As DataTable = Nothing
Public MatchTreeView As TreeView = New TreeView()