C# Class iFlagUpdater.mainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: simracer-cz/iFlag

Méthodes publiques

Méthode Description
mainForm ( string args ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

downloadComplete ( object sender, AsyncCompletedEventArgs e ) : void
finishTimer_Tick ( object sender, EventArgs e ) : void
mainForm_Load ( object sender, EventArgs e ) : void
performUpdate ( ) : void
progressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
returnToApp ( ) : void
returnToAppNow ( ) : 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

mainForm() public méthode

public mainForm ( string args ) : System
args string
Résultat System