Modules/GUIs.ZooFlow/Config/ClassUIConfig.vb
2020-11-05 16:20:35 +01:00

11 lines
344 B
VB.net

Public Class ClassUIConfig
Public Property FlowForm As New FlowFormConfig
Public Property SearchForm As New SearchFormConfig
Public Class FlowFormConfig
Public Property Location As New Point(0, 0)
End Class
Public Class SearchFormConfig
Public Property Location As New Point(0, 0)
End Class
End Class