C# Class Examples.ExamplesChat.WP8.SettingsPage

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

Public Methods

Method Description
SettingsPage ( ) : System

Initialisation of the settings page

Private Methods

Method Description
BackKeyPressHandler ( object sender, System e ) : void

Update the application settings and refresh NetworkComms.Net configuration when we go back to the main page

ConnectionType_Checked ( object sender, RoutedEventArgs e ) : void

Update the connectionType if the radio buttons are changed

SerializationMethod_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

SettingsPage() public method

Initialisation of the settings page
public SettingsPage ( ) : System
return System