C# Class NotificationSimulator.MainPage

Inheritance: PhoneApplicationPage
显示文件 Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

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

Private Methods

Method 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 method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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