C# Class WebExtensionPack.InstallerProgress

Inheritance: System.Windows.Window
Mostra file Open project: madskristensen/WebExtensionPack Class Usage Examples

Public Methods

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

Private Methods

Method Description
btnCancel_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InstallComplete() public method

public InstallComplete ( string key ) : void
key string
return void

InstallerProgress() public method

public InstallerProgress ( string>.IEnumerable extensions, string message ) : System
extensions string>.IEnumerable
message string
return System

SetMessage() public method

public SetMessage ( string message ) : void
message string
return void

StartDownloading() public method

public StartDownloading ( string key ) : void
key string
return void