C# Class Habanero.Faces.VWG.HelpAboutBoxVWG

Provides a form that displays information about the application
Inheritance: FormVWG
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
HelpAboutBoxVWG ( string programName, string producedForName, string producedByName, string versionNumber ) : Habanero.Faces.Base

Constructor to initialise a new About form with the given information

Method Details

HelpAboutBoxVWG() public method

Constructor to initialise a new About form with the given information
public HelpAboutBoxVWG ( string programName, string producedForName, string producedByName, string versionNumber ) : Habanero.Faces.Base
programName string The program name
producedForName string Who the program is produced for
producedByName string Who produced the program
versionNumber string The version number
return Habanero.Faces.Base