C# Class NewMerchantSampleApp.CartPage

Inheritance: AnimatedBasePage
Exibir arquivo Open project: PayU/paytouch-windows

Public Methods

Method Description
CartPage ( ) : System

Protected Methods

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

Private Methods

Method Description
ButtonBase_OnClick ( object sender, RoutedEventArgs e ) : void
_payUService_PaymentMethodChanged ( object sender, EventArgs e ) : void
_payUService_SendOrderCompleted ( object sender, ServiceResponse e ) : void

Method Details

CartPage() public method

public CartPage ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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