C# Class NotificationSimulator.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: timothybinkley/Windows-Phone-8-In-Action

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
Button_Click ( object sender, RoutedEventArgs e ) : void
LoadDeviceInformation ( ) : string
LoadInformation ( string trigger ) : void
LoadNetworkInterfaceInfo ( ) : string
LoadPhoneNetworkInformation ( ) : string
sendTile_Click ( object sender, RoutedEventArgs e ) : void
sendToast_Click ( object sender, RoutedEventArgs e ) : void
stackPanel_Hold ( object sender, System 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