C# Class Examples.ExamplesChat.WP8.MainPage

Inheritance: PhoneApplicationPage
Show file Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
ApplicationBarMenuItem_Click_1 ( object sender, EventArgs e ) : void

Switch to the settings page when selected

CurrentMessageInputBox_KeyDown_1 ( object sender, System e ) : void

Send a message when the user presses enter/return

SetDebugTimeouts ( ) : void

Increase default timeouts so that we can easily step through code when running the examples in debug mode.

Method Details

MainPage() public method

public MainPage ( ) : System
return System