diff --git a/SDL/Classes/cDelegateAvisoForms.vb b/SDL/Classes/cDelegateAvisoForms.vb new file mode 100644 index 00000000..9f2d68cf --- /dev/null +++ b/SDL/Classes/cDelegateAvisoForms.vb @@ -0,0 +1,5 @@ +Public Class cDelegateAvisoForms + Public Interface IFormProvider + Sub OpenAvisoForm() + End Interface +End Class diff --git a/SDL/My Project/AssemblyInfo.vb b/SDL/My Project/AssemblyInfo.vb index 4606346b..b0ce2692 100644 --- a/SDL/My Project/AssemblyInfo.vb +++ b/SDL/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/SDL/SDL.vbproj b/SDL/SDL.vbproj index 0eb1efe1..5585c8eb 100644 --- a/SDL/SDL.vbproj +++ b/SDL/SDL.vbproj @@ -562,6 +562,7 @@ +