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

Interaction logic for ScreenRefresher.XAML
Inheritance: IScreenRefresher
Afficher le fichier Open project: Grisu-NOE/Infoscreen

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Raises the E:Closing event.

Private Methods

Méthode 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 méthode

Hides the screen refresher.
public HideScreenRefresher ( ) : void
Résultat void

Init() public méthode

Initializes this instance.
public Init ( ) : void
Résultat void

OnClosing() protected méthode

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

Reset() public méthode

Resets this instance.
public Reset ( ) : void
Résultat void

ScreenRefresher() public méthode

Initializes a new instance of the ScreenRefresher class.
public ScreenRefresher ( ) : System
Résultat System

ShowScreenRefresher() public méthode

Shows the screen refresher.
public ShowScreenRefresher ( ) : void
Résultat void