C# Class BF2Statistics.ProgressBarExtensions

Show file Open project: BF2Statistics/ControlCenter

Public Methods

Method Description
ValueFast ( this progressBar, int value ) : void

Hack method to make the progress bar immediately update to the desired position

Method Details

ValueFast() public static method

Hack method to make the progress bar immediately update to the desired position
public static ValueFast ( this progressBar, int value ) : void
progressBar this
value int
return void