C# Class Surge.Windows8.Views.ServerConfigurationPage

Inheritance: BasePage
Exibir arquivo Open project: alexhardwicke/Surge

Public Methods

Method Description
ServerConfigurationPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method 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 method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

ServerConfigurationPage() public method

public ServerConfigurationPage ( ) : System
return System