C# Class HoldIt.MainPage

Inheritance: PhoneApplicationPage
Show file Open project: ibdknox/swred

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
HandleSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
HandleShowHelp ( object sender, EventArgs e ) : void
HandleShowScores ( object sender, EventArgs e ) : void
HandleShowSettings ( object sender, EventArgs e ) : void
Start ( object sender, EventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void