25 lines
521 B
Plaintext
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
|
|
|