C# 클래스 At.FF.Krems.FullscreenBrowser.ScreenRefresher

Interaction logic for ScreenRefresher.XAML
상속: IScreenRefresher
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
HideScreenRefresher ( ) : void

Hides the screen refresher.

Init ( ) : void

Initializes this instance.

Reset ( ) : void

Resets this instance.

ScreenRefresher ( ) : System

Initializes a new instance of the ScreenRefresher class.

ShowScreenRefresher ( ) : void

Shows the screen refresher.

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void

Raises the E:Closing event.

비공개 메소드들

메소드 설명
Initialize ( bool force = false ) : void

Initializes this instance.

StartAnimation ( Color color ) : void

Starts the animation.

StartTimer ( ) : void

Starts the timer.

메소드 상세

HideScreenRefresher() 공개 메소드

Hides the screen refresher.
public HideScreenRefresher ( ) : void
리턴 void

Init() 공개 메소드

Initializes this instance.
public Init ( ) : void
리턴 void

OnClosing() 보호된 메소드

Raises the E:Closing event.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs The instance containing the event data.
리턴 void

Reset() 공개 메소드

Resets this instance.
public Reset ( ) : void
리턴 void

ScreenRefresher() 공개 메소드

Initializes a new instance of the ScreenRefresher class.
public ScreenRefresher ( ) : System
리턴 System

ShowScreenRefresher() 공개 메소드

Shows the screen refresher.
public ShowScreenRefresher ( ) : void
리턴 void