C# Class BF2Statistics.ProgressBarExtensions

Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Méthode 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 méthode

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
Résultat void