C# Class HoldIt.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: ibdknox/swred

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void