C# Class Torshify.Shell.Program

Datei anzeigen Open project: torshy/torshify

Public Methods

Method Description
Run ( ) : void

Protected Methods

Method Description
CurrentUserInfoMenu ( ) : void
InitializeSession ( ) : void
PlaylistsMenu ( ) : void
SearchMenu ( ) : void
ToplistsMenu ( ) : void

Private Methods

Method Description
ConnectionError ( object sender, SessionEventArgs e ) : void
Main ( string args ) : void
UserLoggedIn ( object sender, SessionEventArgs e ) : void
UserLoggedOut ( object sender, SessionEventArgs e ) : void

Method Details

CurrentUserInfoMenu() protected method

protected CurrentUserInfoMenu ( ) : void
return void

InitializeSession() protected method

protected InitializeSession ( ) : void
return void

PlaylistsMenu() protected method

protected PlaylistsMenu ( ) : void
return void

Run() public method

public Run ( ) : void
return void

SearchMenu() protected method

protected SearchMenu ( ) : void
return void

ToplistsMenu() protected method

protected ToplistsMenu ( ) : void
return void