C# Class NewMerchantSampleApp.CartPage

Inheritance: AnimatedBasePage
Afficher le fichier Open project: PayU/paytouch-windows

Méthodes publiques

Méthode Description
CartPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode 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 méthode

public CartPage ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void