C# Class Nanook.TheGhost.AboutForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Nanook/TheGHOST

Méthodes publiques

Méthode Description
AboutForm ( ) : System
SetVersions ( string appVersion, string coreVersion ) : void

Private Methods

Méthode Description
btnContinue_Click ( object sender, EventArgs e ) : void
lnkVisit_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

AboutForm() public méthode

public AboutForm ( ) : System
Résultat System

SetVersions() public méthode

public SetVersions ( string appVersion, string coreVersion ) : void
appVersion string
coreVersion string
Résultat void