C# Class TubeGuardian.frmSplash

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

Méthodes publiques

Свойство Type Description
_actors clsActors

Méthodes publiques

Méthode Description
frmSplash ( ) : System
move_on_Tick ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

frmSplash_Load ( object sender, EventArgs e ) : void
frmSplash_Shown ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
linkLabel2_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

frmSplash() public méthode

public frmSplash ( ) : System
Résultat System

move_on_Tick() public méthode

public move_on_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

_actors public_oe property

public clsActors,TubeGuardian _actors
Résultat clsActors