C# Class NaturalGroundingPlayer.SessionCore

Holds all the components required to manage a session.
Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Méthodes publiques

Méthode Description
GetNewPlayer ( ) : IMediaPlayerBusiness
GetVersionText ( ) : string
Start ( MainWindow main ) : void

Private Methods

Méthode Description
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Dispatcher_UnhandledException ( object sender, System e ) : void
HandleFatalException ( Exception e ) : void
Main_Closing ( object sender, System e ) : void

Close the video player and all windows.

Main_Loaded ( object sender, EventArgs e ) : void
SessionCore ( ) : System
TestDatabaseConnectionAsync ( ) : Task

Method Details

GetNewPlayer() public méthode

public GetNewPlayer ( ) : IMediaPlayerBusiness
Résultat IMediaPlayerBusiness

GetVersionText() public static méthode

public static GetVersionText ( ) : string
Résultat string

Start() public méthode

public Start ( MainWindow main ) : void
main MainWindow
Résultat void