C# Class Hacker_News.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: jpf/hacker-news-wp7

Méthodes publiques

Méthode Description
MainPage ( ) : System
populateBinding ( News binding, string Url ) : void
setProgressBar ( System.Boolean state ) : void

Private Methods

Méthode Description
HandleNewsResult ( IAsyncResult result ) : void
PivotSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
commentsClicked ( object sender, System e ) : void
titleClicked ( object sender, System e ) : void
whatSelected ( object sender ) : Article

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

populateBinding() public méthode

public populateBinding ( News binding, string Url ) : void
binding News
Url string
Résultat void

setProgressBar() public méthode

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
Résultat void