Initial commit
This commit is contained in:
17
EDOKA_Toolset - Kopie/PluginLib/Class1.vb
Normal file
17
EDOKA_Toolset - Kopie/PluginLib/Class1.vb
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user