Méthode | Description | |
---|---|---|
PhonePauseScreen ( ) : System | ||
exitButton_Tapped ( object sender, |
The "Exit" button handler uses the LoadingScreen to take the user out to the main menu.
|
|
resumeButton_Tapped ( object sender, |
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éthode | Description | |
---|---|---|
OnCancel ( ) : void |
public exitButton_Tapped ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
public resumeButton_Tapped ( object sender, |
||
sender | object | |
e | ||
Résultat | void |