C# Класс BF2Statistics.ProgressBarExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ValueFast ( this progressBar, int value ) : void

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

Описание методов

ValueFast() публичный статический Метод

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
Результат void