C# 클래스 PodcastStarterKit.MainPage

상속: Microsoft.Phone.Controls.PhoneApplicationPage
파일 보기 프로젝트 열기: mangu/Windows-Phone-Starter-Kit-for-Podcasts

공개 메소드들

메소드 설명
MainPage ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

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