C# Class Hacker_News.MainPage

Inheritance: PhoneApplicationPage
Show file Open project: jpf/hacker-news-wp7

Public Methods

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

Private Methods

Method 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 method

public MainPage ( ) : System
return System

populateBinding() public method

public populateBinding ( News binding, string Url ) : void
binding News
Url string
return void

setProgressBar() public method

public setProgressBar ( System.Boolean state ) : void
state System.Boolean
return void