C# Class HoldIt.Levels

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

Méthodes publiques

Méthode Description
Levels ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
HandleLevelCompleted ( object sender, EventArgs e ) : void

Method Details

Levels() public méthode

public Levels ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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