C# Class TrialApps.MainPage

Inheritance: PhoneApplicationPage
Datei anzeigen 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
BuyButtonOnClick ( object sender, RoutedEventArgs 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