Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

javaCron

Browsing ProjectInstaller.vb (342 B)

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

Download ProjectInstaller.vb

Back to file list


Back to project page