C# Class Cueros.App.Phone.MainPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: JorgeCupi/GAMLP.Cueros.App

Public Methods

Method Description
MainPage ( ) : System
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void

Private Methods

Method Description
SeleccionaRubro ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

MainPage_Loaded() public method

public MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

OnBackKeyPress() protected method

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