C# 클래스 Podcatcher.MainView

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

공개 메소드들

메소드 설명
MainView ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedTo ( System e ) : void

비공개 메소드들

메소드 설명
AboutSubscriptionIconButton_Click ( object sender, EventArgs e ) : void
AddSubscriptionIconButton_Click ( object sender, EventArgs e ) : void
CheckLicense ( ) : void

Check the current license information for this application

ClearPlayqueue_Click ( object sender, EventArgs e ) : void
ExportSubscriptionsMenuItem_Click ( object sender, EventArgs e ) : void
ListBox_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
NavigationPivot_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
PlayOrderChanged ( object sender, SelectionChangedEventArgs e ) : void
PlayQueue_Click ( object sender, EventArgs e ) : void
PodcastLatestControl_Tap ( object sender, System e ) : void
PodcastPlayer_PodcastPlayerStarted ( object sender, EventArgs e ) : void
PodcastPlayer_PodcastPlayerStopped ( object sender, EventArgs e ) : void
PodcastSubscriptionSortComparator ( PodcastSubscriptionModel s1, PodcastSubscriptionModel s2 ) : int
SettingsIconButton_Click ( object sender, EventArgs e ) : void
SubscriptionsList_RefreshRequested ( object sender, EventArgs e ) : void
SubsriptionItem_Tap ( object sender, System e ) : void
bap_PlayStateChanged ( object sender, EventArgs e ) : void
downloadListChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
ffButtonClicked ( object sender, EventArgs e ) : void
handleShowReviewPopup ( ) : void
m_subscriptionsManager_OnOPMLExportToOneDriveChanged ( object source, SubscriptionManagerArgs e ) : void
m_subscriptionsManager_OnOPMLExportToSkydriveChanged ( object source, SubscriptionManagerArgs e ) : void
m_subscriptionsManager_OnPodcastSubscriptionsChanged ( object source, SubscriptionManagerArgs e ) : void
playButtonClicked ( object sender, EventArgs e ) : void
rewButtonClicked ( object sender, EventArgs e ) : void
setupApplicationBarForIndex ( int index ) : void
setupQueueApplicationButton ( ApplicationBarIconButton button ) : void
stopButtonClicked ( object sender, EventArgs e ) : void
subscriptionManager_OnPodcastChannelAdded ( PodcastSubscriptionModel s ) : void
subscriptionManager_OnPodcastChannelDeleteFinished ( object source, SubscriptionManagerArgs e ) : void
subscriptionManager_OnPodcastChannelDeleteStarted ( object source, SubscriptionManagerArgs e ) : void
subscriptionManager_OnPodcastChannelPlayedCountChanged ( PodcastSubscriptionModel s ) : void
subscriptionManager_OnPodcastChannelRemoved ( PodcastSubscriptionModel s ) : void
updatePlayerButtonsInApplicationBar ( ) : void

메소드 상세

MainView() 공개 메소드

public MainView ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( System e ) : void
e System
리턴 void