C# Class TraceRacer.PhonePauseScreen

A basic pause screen for Windows Phone
Inheritance: PhoneMenuScreen
Afficher le fichier Open project: alexcoco/trace_racer

Méthodes publiques

Méthode Description
PhonePauseScreen ( ) : System
exitButton_Tapped ( object sender, EventArgs e ) : void

The "Exit" button handler uses the LoadingScreen to take the user out to the main menu.

resumeButton_Tapped ( object sender, EventArgs e ) : void

The "Resume" button handler just calls the OnCancel method so that pressing the "Resume" button is the same as pressing the hardware back button.

Méthodes protégées

Méthode Description
OnCancel ( ) : void

Method Details

OnCancel() protected méthode

protected OnCancel ( ) : void
Résultat void

PhonePauseScreen() public méthode

public PhonePauseScreen ( ) : System
Résultat System

exitButton_Tapped() public méthode

The "Exit" button handler uses the LoadingScreen to take the user out to the main menu.
public exitButton_Tapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

resumeButton_Tapped() public méthode

The "Resume" button handler just calls the OnCancel method so that pressing the "Resume" button is the same as pressing the hardware back button.
public resumeButton_Tapped ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void