Files
EgtUILib/PluginUtility/IControl.vb
T
2023-12-27 11:33:02 +01:00

9 lines
165 B
VB.net

Public Interface IPluginControl
ReadOnly Property DockSide As DockStyle
Event UpdateProjectName(ProjectName As String)
Event UpdateUI()
End Interface