RDSFactor/server/ProjectInstaller.vb
2015-04-28 12:00:02 +02:00

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