C# Class Auxilium.Classes.Updater

Afficher le fichier Open project: banksyhf/Auxilium Class Usage Examples

Private Properties

Свойство Type Description
OnDownloadCompleted void
OnProgressChanged void
WcOnDownloadProgressChanged void

Méthodes publiques

Méthode Description
Initialize ( ) : void
Updater ( string url ) : System

Private Methods

Méthode Description
OnDownloadCompleted ( object sender, DownloadDataCompletedEventArgs eventArgs ) : void
OnProgressChanged ( int percentage ) : void
WcOnDownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs downloadProgressChangedEventArgs ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Updater() public méthode

public Updater ( string url ) : System
url string
Résultat System