C# Class OpenSyno.ArtistPanoramaView

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: salfab/open-syno

Public Methods

Method Description
ArtistPanoramaView ( ) : System

Initializes a new instance of the ArtistPanoramaView class.

Protected Methods

Method Description
OnNavigatedFrom ( System e ) : void

Private Methods

Method Description
OnArtistPanoramaViewLoaded ( object sender, RoutedEventArgs e ) : void
Play ( object sender, EventArgs e ) : void
PlayLast ( object sender, EventArgs e ) : void
ShowPlayQueue ( object sender, EventArgs e ) : void

Method Details

ArtistPanoramaView() public method

Initializes a new instance of the ArtistPanoramaView class.
public ArtistPanoramaView ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System e ) : void
e System
return void