C# Class Hummingbird.Pages.AccountPageMain

Interaction logic for AccountPageMain.xaml
Mostrar archivo Open project: Microsoft/hummingbird

Public Methods

Method Description
AccountPageMain ( ) : System

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
btnSaveCredentials_Click ( object sender, RoutedEventArgs e ) : void
btnSaveSettings_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AccountPageMain() public method

public AccountPageMain ( ) : System
return System

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void