C# Class Podcatcher.Views.PodcastPlayerView

Inheritance: PhoneApplicationPage
Show file Open project: kypeli/Podcatcher

Public Methods

Method Description
PodcastPlayerView ( ) : System

Protected Methods

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

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

PodcastPlayerView() public method

public PodcastPlayerView ( ) : System
return System