C# Class Forex_Strategy_Builder.AboutScreen

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
AboutScreen ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Form On Resize

Private Methods

Méthode Description
btnOk_Click ( object sender, EventArgs e ) : void

Closes the form

llEmail_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Connects to the email

llForum_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Connects to the forum

llWebsite_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Connects to the web site

Method Details

AboutScreen() public méthode

public AboutScreen ( ) : System
Résultat System

OnPaint() protected méthode

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

Form On Resize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void