C# Class Evernote.OAuth.Wpf.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: sethhitch/csharp-oauth-sample

Public Methods

Method Description
MainWindow ( ) : 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, System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

RaisePropertyChanged() public method

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