C# Class Surge.Windows8.Views.ServerConfigurationPage

Inheritance: BasePage
Afficher le fichier Open project: alexhardwicke/Surge

Méthodes publiques

Méthode Description
ServerConfigurationPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
BackButtonClicked ( object sender, RoutedEventArgs e ) : void
FocusChange ( object sender, RoutedEventArgs e ) : void
SetText ( string title, string text ) : void
WindowSizeChanged ( object sender, SizeChangedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected méthode

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

OnNavigatedTo() protected méthode

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

ServerConfigurationPage() public méthode

public ServerConfigurationPage ( ) : System
Résultat System