C# Class EVE_Fast_Fitting_Assessment.Ui.CharacterDisplay

Interaction logic for CharacterDisplay.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: rischwa/eve-fast-fitting-assessment

Public Methods

Method Description
CharacterDisplay ( ) : System
IsLoggedIn ( ) : void
Login ( ) : void
SetFitting ( Fitting fitting ) : void

Private Methods

Method Description
AnimateWidth ( double from, double to ) : void
AppOnLoggedIntoCrest ( IAuthenticatedCrest authenticatedcrest ) : void
AppOnLoggedOutFromCrest ( ) : void
BtnLogout_OnClick ( object sender, RoutedEventArgs e ) : void
BtnSaveFitting_OnClick ( object sender, RoutedEventArgs ev ) : void

Method Details

CharacterDisplay() public method

public CharacterDisplay ( ) : System
return System

IsLoggedIn() public method

public IsLoggedIn ( ) : void
return void

Login() public method

public Login ( ) : void
return void

SetFitting() public method

public SetFitting ( Fitting fitting ) : void
fitting Fitting
return void