C# Class PhoneApp1.Views.ErrorLandingPage

Inheritance: PhoneApplicationPage
Exibir arquivo Open project: totobogy/ReadmillDotNet

Public Methods

Method Description
ErrorLandingPage ( ) : System
ErrorLandingPage_Loaded ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Method Details

ErrorLandingPage() public method

public ErrorLandingPage ( ) : System
return System

ErrorLandingPage_Loaded() public method

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

OnNavigatedTo() protected method

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