C# Class NaturalGroundingPlayer.SessionCore

Holds all the components required to manage a session.
显示文件 Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method Description
GetNewPlayer ( ) : IMediaPlayerBusiness
GetVersionText ( ) : string
Start ( MainWindow main ) : void

Private Methods

Method 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 method

public GetNewPlayer ( ) : IMediaPlayerBusiness
return IMediaPlayerBusiness

GetVersionText() public static method

public static GetVersionText ( ) : string
return string

Start() public method

public Start ( MainWindow main ) : void
main MainWindow
return void