C# Class WebExtensionPack.InstallerProgress

Inheritance: System.Windows.Window
Afficher le fichier Open project: madskristensen/WebExtensionPack Class Usage Examples

Méthodes publiques

Méthode Description
InstallComplete ( string key ) : void
InstallerProgress ( string>.IEnumerable extensions, string message ) : System
SetMessage ( string message ) : void
StartDownloading ( string key ) : void

Private Methods

Méthode Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InstallComplete() public méthode

public InstallComplete ( string key ) : void
key string
Résultat void

InstallerProgress() public méthode

public InstallerProgress ( string>.IEnumerable extensions, string message ) : System
extensions string>.IEnumerable
message string
Résultat System

SetMessage() public méthode

public SetMessage ( string message ) : void
message string
Résultat void

StartDownloading() public méthode

public StartDownloading ( string key ) : void
key string
Résultat void