Projektdateien hinzufügen.

This commit is contained in:
2022-11-04 08:47:31 +01:00
parent 47ab0af78a
commit 8f1d0d45c1
55 changed files with 8725 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
Imports System.ComponentModel
Imports System.Configuration.Install
Public Class ProjectInstaller
Public Sub New()
MyBase.New()
'Dieser Aufruf ist für den Komponenten-Designer erforderlich.
InitializeComponent()
'Initialisierungscode nach dem Aufruf von InitializeComponent hinzufügen
End Sub
End Class