C# Class FC3Editor.SplashForm

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

Méthodes publiques

Méthode Description
SplashForm ( ) : System
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

SplashForm() public méthode

public SplashForm ( ) : System
Résultat System

Start() public static méthode

public static Start ( ) : void
Résultat void

Stop() public static méthode

public static Stop ( ) : void
Résultat void