C# Class Facebook.Scrumptious.WindowsPhone.Pages.LandingPage

Inheritance: PhoneApplicationPage
Show file Open project: facebook-csharp-sdk/facebook-windows-phone-sample

Public Methods

Method Description
GetCurrentLocation ( ) : GeoPosition
LandingPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
LoadUserInfo ( ) : void
MealName_Tap ( object sender, System e ) : void
PostActionToFBHandler ( object sender, EventArgs evtArgs ) : void
friendSelectorTextBlockHandler ( object sender, System evtArgs ) : void
restaurantLocationTextBlock_Tap ( object sender, System evtArgs ) : void

Method Details

GetCurrentLocation() public method

public GetCurrentLocation ( ) : GeoPosition
return GeoPosition

LandingPage() public method

public LandingPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void