C# 클래스 Podcatcher.Views.AddPodcastFromURL

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: kypeli/Podcatcher

공개 메소드들

메소드 설명
AddPodcastFromURL ( ) : System
AddPodcastFromURL_OnPodcastChannelAddFinishedWithError ( object source, SubscriptionManagerArgs e ) : void
AddPodcastFromURL_OnPodcastChannelAddStarted ( object source, SubscriptionManagerArgs e ) : void

비공개 메소드들

메소드 설명
addFromUrlButton_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

AddPodcastFromURL() 공개 메소드

public AddPodcastFromURL ( ) : System
리턴 System

AddPodcastFromURL_OnPodcastChannelAddFinishedWithError() 공개 메소드

public AddPodcastFromURL_OnPodcastChannelAddFinishedWithError ( object source, SubscriptionManagerArgs e ) : void
source object
e SubscriptionManagerArgs
리턴 void

AddPodcastFromURL_OnPodcastChannelAddStarted() 공개 메소드

public AddPodcastFromURL_OnPodcastChannelAddStarted ( object source, SubscriptionManagerArgs e ) : void
source object
e SubscriptionManagerArgs
리턴 void