C# Class Evernote.OAuth.Wp7.MainPage

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: sethhitch/csharp-oauth-sample

Public Methods

Method Description
MainPage ( ) : System
RaisePropertyChanged ( string propertyName ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
OnWbLoginOnLoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs args ) : void
WbLoginOnNavigating ( object sender, NavigatingEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

RaisePropertyChanged() public method

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void