C# Класс TraceRacer.PhonePauseScreen

A basic pause screen for Windows Phone
Наследование: PhoneMenuScreen
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
OnCancel ( ) : void

Описание методов

OnCancel() защищенный Метод

protected OnCancel ( ) : void
Результат void

PhonePauseScreen() публичный Метод

public PhonePauseScreen ( ) : System
Результат System

exitButton_Tapped() публичный Метод

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
Результат void

resumeButton_Tapped() публичный Метод

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
Результат void