f5247f0cde
- ripulito codice - aggiunto servizio
17 lines
319 B
VB.net
17 lines
319 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
|