Files
EDOKA_Tools/EDOKA_Toolset - Kopie/PluginLib/Class1.vb
2020-10-21 10:43:18 +02:00

18 lines
314 B
VB.net

Public Interface IPlugin
Sub Initialize(ByVal Host As IHost)
ReadOnly Property Name() As String
Function Show(ByVal CurrentUser As String, Connectionstring As String, Parentform As Object)
End Interface
Public Interface IHost
Sub ShowFeedback(ByVal strFeedback As String)
End Interface