C# Класс Yaircc.UpdateInformationDialog

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

UpdateInformationDialog() публичный Метод

Initialises a new instance of the UpdateInformationDialog class.
public UpdateInformationDialog ( ProgramUpdate update ) : System
update ProgramUpdate The update to show information about.
Результат System