C# Class Hanasu.NowPlayingPage

Inheritance: LayoutAwarePage
显示文件 Open project: Amrykid/Hanasu

Public Methods

Method Description
NowPlayingPage ( ) : Crystal.Messaging
OnVisualStateChange ( string newVisualState ) : void

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
HomeAppBarButton_Click_1 ( object sender, RoutedEventArgs e ) : void

Method Details

NowPlayingPage() public method

public NowPlayingPage ( ) : Crystal.Messaging
return Crystal.Messaging

OnNavigatedTo() protected method

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

OnVisualStateChange() public method

public OnVisualStateChange ( string newVisualState ) : void
newVisualState string
return void