C# Class MCDawn.Gui.Updater

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jonnyli1125/MCDawn Class Usage Examples

Méthodes publiques

Méthode Description
CheckForUpdates ( ) : void
Downloaded ( object sender, AsyncCompletedEventArgs e ) : void
Updater ( ) : System
client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Updater_Load ( object sender, EventArgs e ) : void
btnCheck_Click ( object sender, EventArgs e ) : void
btnDownload_Click ( object sender, EventArgs e ) : void

Method Details

CheckForUpdates() public méthode

public CheckForUpdates ( ) : void
Résultat void

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

Downloaded() public méthode

public Downloaded ( object sender, AsyncCompletedEventArgs e ) : void
sender object
e System.ComponentModel.AsyncCompletedEventArgs
Résultat void

Updater() public méthode

public Updater ( ) : System
Résultat System

client_DownloadProgressChanged() public méthode

public client_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
sender object
e System.Net.DownloadProgressChangedEventArgs
Résultat void