C# Class Forex_Strategy_Builder.AboutScreen

Inheritance: System.Windows.Forms.Form
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
AboutScreen ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Form On Paint

OnResize ( EventArgs e ) : void

Form On Resize

Private Methods

Method 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 method

public AboutScreen ( ) : System
return System

OnPaint() protected method

Form On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Form On Resize
protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void