C# Class TicTacToeAppWarp.JoinPage

Inheritance: BasePage
Show file Open project: shephertz/Tutorials_WP_7_8 Class Usage Examples

Public Methods

Method Description
JoinPage ( ) : System
showResult ( String result ) : void

Private Methods

Method 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 method

public JoinPage ( ) : System
return System

showResult() public method

public showResult ( String result ) : void
result String
return void