Files
EDOKA_Tools/EDOKA_Toolset/.svn/pristine/9f/9fb4af9547543ed52c510cf84cc3b2317dceca3b.svn-base
2020-10-21 10:43:18 +02:00

25 lines
521 B
Plaintext

Public Interface IPlugin
ReadOnly Property Name() As String
Sub DoSomething()
Function Show(ByVal CurrentUser As String, Connectionstring As String, Parentform As Object)
End Interface
'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