C# Class TubeGuardian.frmSplash

Inheritance: System.Windows.Forms.Form
显示文件 Open project: joshgoodwin/TubeGuardian Class Usage Examples

Public Properties

Property Type Description
_actors clsActors

Public Methods

Method Description
frmSplash ( ) : System
move_on_Tick ( object sender, EventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

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

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

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

frmSplash() public method

public frmSplash ( ) : System
return System

move_on_Tick() public method

public move_on_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

_actors public_oe property

public clsActors,TubeGuardian _actors
return clsActors