C# Class PhoneApp1.BuyItem

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

Méthodes publiques

Méthode Description
BuyItem ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
BuyButtonClick ( object sender, RoutedEventArgs e ) : void
IAP_BuyConsumables ( object sender, RoutedEventArgs e ) : void
ProcessPurchaseReciept ( string ProductPurchaseResponse ) : void

Method Details

BuyItem() public méthode

public BuyItem ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void