C# Class HtwKinect.StateViews.SplashScreen

Interaktionslogik für SplashScreen.xaml
Inheritance: System.Windows.Controls.UserControl, ISwitchableUserControl
Show file Open project: rechc/KinectMiniApps Class Usage Examples

Public Methods

Method Description
SetSpashScreenOffer ( TravelOffer offer ) : void
SplashScreen ( ) : System
StartDisplay ( Database lastTravel ) : void
StartNewOfferTimer ( int milliseconds ) : void
StopDisplay ( ) : TravelOffer
StopNewOfferTimer ( ) : void

Private Methods

Method Description
SelectNewRandomOffer ( object sender, EventArgs e ) : void
UnloadWindow ( object sender, System e ) : void

Method Details

SetSpashScreenOffer() public method

public SetSpashScreenOffer ( TravelOffer offer ) : void
offer Database.TravelOffer
return void

SplashScreen() public method

public SplashScreen ( ) : System
return System

StartDisplay() public method

public StartDisplay ( Database lastTravel ) : void
lastTravel Database
return void

StartNewOfferTimer() public method

public StartNewOfferTimer ( int milliseconds ) : void
milliseconds int
return void

StopDisplay() public method

public StopDisplay ( ) : TravelOffer
return Database.TravelOffer

StopNewOfferTimer() public method

public StopNewOfferTimer ( ) : void
return void