This commit is contained in:
2025-04-14 09:12:42 +02:00
parent b2e3a4329a
commit 9af76cb371
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
Public Class cDelegateAvisoForms
Public Interface IFormProvider
Sub OpenAvisoForm()
End Interface
End Class