C# Class TicTacToeAppWarp.JoinPage

Inheritance: BasePage
Afficher le fichier Open project: shephertz/Tutorials_WP_7_8 Class Usage Examples

Méthodes publiques

Méthode Description
JoinPage ( ) : System
showResult ( String result ) : void

Private Methods

Méthode Description
joinButton_Click ( object sender, RoutedEventArgs e ) : void

Explicit saving of settings

Settings are update when the user click Join.

moveToPlayScreen ( ) : void

Method Details

JoinPage() public méthode

public JoinPage ( ) : System
Résultat System

showResult() public méthode

public showResult ( String result ) : void
result String
Résultat void