WIP: cleanup, work on doc result form
This commit is contained in:
13
GUIs.ZooFlow/Events/OnFlowFormStateChangedEvent.vb
Normal file
13
GUIs.ZooFlow/Events/OnFlowFormStateChangedEvent.vb
Normal file
@@ -0,0 +1,13 @@
|
||||
Public Class OnFlowFormStateChangedEvent
|
||||
Public Enum FlowFormState
|
||||
[Default]
|
||||
HasSearchResults
|
||||
HasFileDropped
|
||||
End Enum
|
||||
|
||||
Public ReadOnly Property State As FlowFormState
|
||||
|
||||
Public Sub New(State As FlowFormState)
|
||||
_State = State
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user