C# Class TwVideoUp.AuthWindow

AuthWindow.xaml の相互作用ロジック
ファイルを表示 Open project: hinaloe/TwitterVideoUploader Class Usage Examples

Public Methods

Method Description
AuthWindow ( ) : System

Private Methods

Method Description
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void

ハイパーリンクのナビゲートイベントハンドラ

InitAuth ( ) : void

認証用トークンを取得します

Window_Loaded ( object sender, RoutedEventArgs e ) : void
authButton_Click ( object sender, RoutedEventArgs e ) : void

認証ボタンのクリックハンドラ

pin_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
pin_TextChanged ( object sender, System e ) : void

Method Details

AuthWindow() public method

public AuthWindow ( ) : System
return System