C# Class PhoneApp1.BuyItem

Inheritance: PhoneApplicationPage
Show file Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
BuyItem ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
BuyButtonClick ( object sender, RoutedEventArgs e ) : void
IAP_BuyConsumables ( object sender, RoutedEventArgs e ) : void
ProcessPurchaseReciept ( string ProductPurchaseResponse ) : void

Method Details

BuyItem() public method

public BuyItem ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void