C# Class BeFriend.Views.TwitterAuthenticator

An empty page that can be used on its own or navigated to within a Frame.
ファイルを表示 Open project: prajjwaldimri/Friend-App

Public Methods

Method Description
TwitterAuthenticator ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
ButtonBase_OnClick ( object sender, RoutedEventArgs e ) : void
CancelButton_OnClick ( object sender, RoutedEventArgs e ) : void
TwitterAuthenticatorMethod ( ) : void
TwitterWebViewDomContentLoaded ( WebView sender, WebViewDOMContentLoadedEventArgs args ) : void
TwitterWebViewNavigationStarting ( WebView sender, WebViewNavigationStartingEventArgs args ) : void

Method Details

OnNavigatedTo() protected method

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

TwitterAuthenticator() public method

public TwitterAuthenticator ( ) : System
return System