C# Class AK.F1.Timing.UI.Screens.HomeScreen

Inheritance: Screen, IHomeScreen
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
HomeScreen ( IShellScreen shellScreen, ISettings settings ) : System

Initialises a new instance of the HomeScreen class.

Playback ( ) : IEnumerable

Protected Methods

Method Description
OnActivate ( ) : void

Private Methods

Method Description
Login ( ) : IEnumerable
ReadProxy ( ) : IEnumerable
SaveCredentials ( ) : void
SaveProxyHostName ( ) : void

Method Details

HomeScreen() public method

Initialises a new instance of the HomeScreen class.
/// Thrown when or /// is . ///
public HomeScreen ( IShellScreen shellScreen, ISettings settings ) : System
shellScreen IShellScreen The .
settings ISettings The .
return System

OnActivate() protected method

protected OnActivate ( ) : void
return void

Playback() public method

public Playback ( ) : IEnumerable
return IEnumerable