5 lines
178 B
VB.net
5 lines
178 B
VB.net
Public Interface IPlugin
|
|
ReadOnly Property Name() As String
|
|
Function Show(ByVal CurrentUser As String, Connectionstring As String, Parentform As Object)
|
|
End Interface
|