Initial commit

This commit is contained in:
2020-10-21 10:43:18 +02:00
commit 56bd02798f
5848 changed files with 2659025 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Friend Class clsHost
Implements EDOKA_PluginLib.IHost
Public Sub ShowFeedback(ByVal strFeedback As String) Implements EDOKA_PluginLib.IHost.ShowFeedback
MessageBox.Show(strFeedback, Application.ProductName)
End Sub
End Class