C# Class LogViewer.Utilities.ProgressUtility

Datei anzeigen Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Public Methods

Method Description
ProgressUtility ( System.Windows.Controls.ProgressBar bar ) : System
ShowProgress ( double min, double max, double current ) : void

Private Methods

Method Description
OnProgressTick ( object sender, object e ) : void
StartProgressTimer ( ) : void
StopProgressTimer ( ) : void

Method Details

ProgressUtility() public method

public ProgressUtility ( System.Windows.Controls.ProgressBar bar ) : System
bar System.Windows.Controls.ProgressBar
return System

ShowProgress() public method

public ShowProgress ( double min, double max, double current ) : void
min double
max double
current double
return void