메소드 | 설명 | |
---|---|---|
UpdateInformationDialog ( ProgramUpdate update ) : System |
Initialises a new instance of the UpdateInformationDialog class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public UpdateInformationDialog ( ProgramUpdate update ) : System | ||
update | ProgramUpdate | The update to show information about. |
리턴 | System |