C# Class SunSync.AccountSettingPage

Interaction logic for AccountSettingPage.xaml
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: qiniu/QSunSync Class Usage Examples

Méthodes publiques

Méthode Description
AccountSettingPage ( MainWindow mainWindow ) : System

Private Methods

Méthode Description
BackToHome_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
IsAbroadChecked_EvnentHandler ( object sender, System e ) : void
IsAbroadEventHandle ( bool checkBoxVal ) : void
IsAbroadUnchecked_EventHandler ( object sender, System e ) : void
SaveAccountSetting ( object accountObj ) : void

save account settings to local file and check the validity of the settings

SaveAccountSettings_EventHandler ( object sender, System e ) : void

save account settings button click handler

ValidateAccount ( Account account ) : bool

使用stat模拟操作来检查Account是否正确

ViewMyAKSK_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

view my ak & sk button click handler

loadAccountInfo ( ) : void

load ak & sk from local file

Method Details

AccountSettingPage() public méthode

public AccountSettingPage ( MainWindow mainWindow ) : System
mainWindow MainWindow
Résultat System