mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-06-05 12:07:14 +02:00
16 lines
345 B
VB.net
16 lines
345 B
VB.net
Imports System.ComponentModel
|
|
Imports System.Configuration.Install
|
|
|
|
Public Class ProjectInstaller
|
|
|
|
Public Sub New()
|
|
MyBase.New()
|
|
|
|
'This call is required by the Component Designer.
|
|
InitializeComponent()
|
|
|
|
'Add initialization code after the call to InitializeComponent
|
|
|
|
End Sub
|
|
|
|
End Class
|