C# Class At.FF.Krems.FullscreenBrowser.ScreenRefresher

Interaction logic for ScreenRefresher.XAML
Inheritance: IScreenRefresher
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
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.

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Raises the E:Closing event.

Private Methods

Method Description
Initialize ( bool force = false ) : void

Initializes this instance.

StartAnimation ( Color color ) : void

Starts the animation.

StartTimer ( ) : void

Starts the timer.

Method Details

HideScreenRefresher() public method

Hides the screen refresher.
public HideScreenRefresher ( ) : void
return void

Init() public method

Initializes this instance.
public Init ( ) : void
return void

OnClosing() protected method

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

Reset() public method

Resets this instance.
public Reset ( ) : void
return void

ScreenRefresher() public method

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

ShowScreenRefresher() public method

Shows the screen refresher.
public ShowScreenRefresher ( ) : void
return void