C# 클래스 BF2Statistics.ProgressBarExtensions

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
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