Zooflow: Update clipboard watcher module for zooflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user