C# Class FC3Editor.SplashForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
SplashForm ( ) : System
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
SplashForm_Click ( object sender, EventArgs e ) : void
SplashForm_KeyUp ( object sender, KeyEventArgs e ) : void
SplashForm_Load ( object sender, EventArgs e ) : void
_Start ( ) : void
pollTimer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SplashForm() public method

public SplashForm ( ) : System
return System

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void