C# Class iFlagUpdater.mainForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: simracer-cz/iFlag

Public Methods

Method Description
mainForm ( string args ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

mainForm() public method

public mainForm ( string args ) : System
args string
return System