C# Class TestApp.MainPage

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: 2gis/winphonedriver

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ClickableApplicationBarIconButton_OnClick ( object sender, EventArgs e ) : void
ClickableApplicationBarMenuItem_OnClick ( object sender, EventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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