C# Class ZSCY_Win10.LoginPage

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: RedrockMobile/CyxbsMobile_Win

Public Methods

Method Description
LoginPage ( ) : Newtonsoft.Json.Linq

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
CreateJumpListItemTask ( string u, string description, string uri ) : Windows.UI.StartScreen.JumpListItem
DisableSystemJumpListAsync ( ) : void
IdNumPasswordBox_PasswordChanged ( object sender, RoutedEventArgs e ) : void
LoginButton_Click ( object sender, RoutedEventArgs e ) : void
SetSystemGroupAsync ( ) : void
StuNumTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void
TextBox_KeyUp ( object sender, KeyRoutedEventArgs e ) : void
isLoginButtonEnable ( ) : void
mlogin ( ) : void
noLoginButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LoginPage() public method

public LoginPage ( ) : Newtonsoft.Json.Linq
return Newtonsoft.Json.Linq

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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