Zooflow: Update clipboard watcher module for zooflow

This commit is contained in:
Jonathan Jenne
2021-12-17 10:25:39 +01:00
parent cb00685085
commit 59d36568ed
16 changed files with 157 additions and 1196 deletions

View File

@@ -1,10 +1,7 @@
Public Interface IResultForm
Enum Mode
WithAppServer
NoAppServer
End Enum
Imports DigitalData.GUIs.Common.Helpers
Property OperationMode As Mode
Public Interface IResultForm
Property OperationMode As OperationMode
Property ShouldReturnToPreviousForm As Boolean
Function RefreshResults(pResults As IEnumerable(Of BaseResult)) As Boolean