C# Class Nanook.TheGhost.AboutForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Nanook/TheGHOST

Public Methods

Method Description
AboutForm ( ) : System
SetVersions ( string appVersion, string coreVersion ) : void

Private Methods

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

Method Details

AboutForm() public method

public AboutForm ( ) : System
return System

SetVersions() public method

public SetVersions ( string appVersion, string coreVersion ) : void
appVersion string
coreVersion string
return void