C# Class SolutionExtensions.InstallerProgress

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

Public Methods

Method Description
InstallerProgress ( int total, string message ) : System.Windows
SetMessage ( string message ) : void

Private Methods

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

Method Details

InstallerProgress() public method

public InstallerProgress ( int total, string message ) : System.Windows
total int
message string
return System.Windows

SetMessage() public method

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