Method | Description | |
---|---|---|
AboutScreen ( ) : System |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint
|
|
OnResize ( |
Form On Resize
|
Method | Description | |
---|---|---|
BtnOk_Click ( object sender, |
Closes the form
|
|
LinkEmail_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void |
Connects to the email
|
|
LinkForum_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void |
Connects to the forum
|
|
LinkWebsite_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void |
Connects to the web site
|
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |