C# Class TicTacToeAppWarp.BasePage

It exposes dependency properties for all settings that can be used in data binding by all pages.
Inheritance: PhoneApplicationPage
Datei anzeigen Open project: shephertz/Tutorials_WP_7_8

Public Methods

Method Description
BasePage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

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

Method Details

BasePage() public method

public BasePage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void