C# Class Podcatcher.Views.AddPodcastFromURL

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: kypeli/Podcatcher

Méthodes publiques

Méthode Description
AddPodcastFromURL ( ) : System
AddPodcastFromURL_OnPodcastChannelAddFinishedWithError ( object source, SubscriptionManagerArgs e ) : void
AddPodcastFromURL_OnPodcastChannelAddStarted ( object source, SubscriptionManagerArgs e ) : void

Private Methods

Méthode Description
addFromUrlButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AddPodcastFromURL() public méthode

public AddPodcastFromURL ( ) : System
Résultat System

AddPodcastFromURL_OnPodcastChannelAddFinishedWithError() public méthode

public AddPodcastFromURL_OnPodcastChannelAddFinishedWithError ( object source, SubscriptionManagerArgs e ) : void
source object
e SubscriptionManagerArgs
Résultat void

AddPodcastFromURL_OnPodcastChannelAddStarted() public méthode

public AddPodcastFromURL_OnPodcastChannelAddStarted ( object source, SubscriptionManagerArgs e ) : void
source object
e SubscriptionManagerArgs
Résultat void