C# 클래스 Yaircc.UpdateInformationDialog

파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

공개 메소드들

메소드 설명
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