C# Class Hanasu.NowPlayingPage

Inheritance: LayoutAwarePage
Afficher le fichier Open project: Amrykid/Hanasu

Méthodes publiques

Méthode Description
NowPlayingPage ( ) : Crystal.Messaging
OnVisualStateChange ( string newVisualState ) : void

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
HomeAppBarButton_Click_1 ( object sender, RoutedEventArgs e ) : void

Method Details

NowPlayingPage() public méthode

public NowPlayingPage ( ) : Crystal.Messaging
Résultat Crystal.Messaging

OnNavigatedTo() protected méthode

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

OnVisualStateChange() public méthode

public OnVisualStateChange ( string newVisualState ) : void
newVisualState string
Résultat void