C# Class FarsiLibrary.Win.Design.About

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: HEskandari/FarsiLibrary Class Usage Examples

Méthodes publiques

Méthode Description
About ( ) : System

Default constructor for About form.

About ( bool doFade ) : System

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Run when user closes the form.

OnLoad ( EventArgs e ) : void

Loads default values on form startup.

Private Methods

Méthode Description
About_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
btnClose_Click ( object sender, EventArgs e ) : void
m_fadeinTimer_Elapsed ( object sender, ElapsedEventArgs e ) : void

Method Details

About() public méthode

Default constructor for About form.
public About ( ) : System
Résultat System

About() public méthode

public About ( bool doFade ) : System
doFade bool
Résultat System

OnClosing() protected méthode

Run when user closes the form.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

OnLoad() protected méthode

Loads default values on form startup.
protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void