C# Class Eurofurence.Companion.Views.FirstStartPage

Inheritance: Windows.UI.Xaml.Controls.Page, ILayoutProperties
Afficher le fichier Open project: eurofurence/ef-app_wp

Méthodes publiques

Méthode Description
FirstStartPage ( ) : Eurofurence.Companion.Common

Méthodes protégées

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

Private Methods

Méthode Description
ButtonCloseApplication_Click ( object sender, Windows e ) : void
ButtonStartDownload_Click ( object sender, Windows e ) : void

Method Details

FirstStartPage() public méthode

public FirstStartPage ( ) : Eurofurence.Companion.Common
Résultat Eurofurence.Companion.Common

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