C# Class Eurofurence.Companion.Views.FirstStartPage

Inheritance: Windows.UI.Xaml.Controls.Page, ILayoutProperties
Datei anzeigen Open project: eurofurence/ef-app_wp

Public Methods

Method Description
FirstStartPage ( ) : Eurofurence.Companion.Common

Protected Methods

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

Private Methods

Method Description
ButtonCloseApplication_Click ( object sender, Windows e ) : void
ButtonStartDownload_Click ( object sender, Windows e ) : void

Method Details

FirstStartPage() public method

public FirstStartPage ( ) : Eurofurence.Companion.Common
return Eurofurence.Companion.Common

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