C# Class Yaircc.UpdateInformationDialog

ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
UpdateInformationDialog ( ProgramUpdate update ) : System

Initialises a new instance of the UpdateInformationDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void

Handles the DownloadFileCompleted event of System.Net.WebClient.

Client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Handles the DownloadProgressChanged event of System.Net.WebClient.

InitializeComponent ( ) : void

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

Localise ( ) : void

Localise the form.

NoButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

UpdateInformationDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void

Handles the FormClosing event of System.Windows.Forms.Form.

UpdateInformationDialog_Shown ( object sender, EventArgs e ) : void

Handles the Shown event of System.Windows.Forms.Form.

ValidateUpgradeFile ( string fileName, ProgramUpdate update ) : bool

Validates the integrity of an update file.

YesButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

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

UpdateInformationDialog() public method

Initialises a new instance of the UpdateInformationDialog class.
public UpdateInformationDialog ( ProgramUpdate update ) : System
update ProgramUpdate The update to show information about.
return System