C# 클래스 F1Publisher.RefreshIntervalManager

파일 보기 프로젝트 열기: pushtechnology/blog-steering-wheel 1 사용 예제들

공개 메소드들

메소드 설명
Decrease ( ) : void
Increase ( ) : void
Maximum ( ) : void
Minimum ( ) : void
Reset ( ) : void

보호된 메소드들

메소드 설명
OnChanged ( RefreshIntervalEventArgs e ) : void

비공개 메소드들

메소드 설명
SetRefreshInterval ( RefreshInterval refreshInterval ) : void

메소드 상세

Decrease() 공개 메소드

public Decrease ( ) : void
리턴 void

Increase() 공개 메소드

public Increase ( ) : void
리턴 void

Maximum() 공개 메소드

public Maximum ( ) : void
리턴 void

Minimum() 공개 메소드

public Minimum ( ) : void
리턴 void

OnChanged() 보호된 메소드

protected OnChanged ( RefreshIntervalEventArgs e ) : void
e RefreshIntervalEventArgs
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void