C# Class PodcastStarterKit.MainPage

Inheritance: Microsoft.Phone.Controls.PhoneApplicationPage
Mostrar archivo Open project: mangu/Windows-Phone-Starter-Kit-for-Podcasts

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
InsertIntoCollection ( PodcastItemModel Item, ObservableCollection Collection ) : void
PhoneApplicationPage_Loaded ( object sender, RoutedEventArgs e ) : void
Recent_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
RemoveAgent ( string name ) : void
StartTracking ( ) : void
info_Tap ( object sender, System e ) : void
rate_Tap ( object sender, System e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedFrom() protected method

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