C# Class NAPS2.WinForms.FDownloadProgress

Inheritance: FormBase
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
FDownloadProgress ( ) : System
QueueFile ( DownloadInfo downloadInfo, Action fileCallback ) : void

Méthodes protégées

Méthode Description
OnLoad ( object sender, EventArgs eventArgs ) : void

Private Methods

Méthode Description
CalculateSha1 ( string filePath ) : string
DisplayProgress ( ) : void
FDownloadProgress_FormClosing ( object sender, FormClosingEventArgs e ) : void
StartNextDownload ( ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
client_DownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

FDownloadProgress() public méthode

public FDownloadProgress ( ) : System
Résultat System

OnLoad() protected méthode

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

QueueFile() public méthode

public QueueFile ( DownloadInfo downloadInfo, Action fileCallback ) : void
downloadInfo NAPS2.Util.DownloadInfo
fileCallback Action
Résultat void