C# Class PodcastStarterKit.MainPage

Inheritance: Microsoft.Phone.Controls.PhoneApplicationPage
Afficher le fichier Open project: mangu/Windows-Phone-Starter-Kit-for-Podcasts

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( System e ) : void

Private Methods

Méthode 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 méthode

public MainPage ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( System e ) : void
e System
Résultat void