C# Class NAPS2.WinForms.FProgress

Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
FProgress ( IErrorOutput errorOutput ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( object sender, EventArgs eventArgs ) : void

Private Methods

Méthode Description
DisplayProgress ( ) : void
FDownloadProgress_FormClosing ( object sender, FormClosingEventArgs e ) : void
FProgress_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

TryCancelOp ( ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
operation_Error ( object sender, OperationErrorEventArgs e ) : void
operation_Finished ( object sender, EventArgs e ) : void
operation_StatusChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FProgress() public méthode

public FProgress ( IErrorOutput errorOutput ) : System
errorOutput IErrorOutput
Résultat System

OnLoad() protected méthode

protected OnLoad ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs EventArgs
Résultat void