C# 클래스 NaturalGroundingPlayer.SessionCore

Holds all the components required to manage a session.
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 메소드들

메소드 설명
GetNewPlayer ( ) : IMediaPlayerBusiness
GetVersionText ( ) : string
Start ( MainWindow main ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetNewPlayer() 공개 메소드

public GetNewPlayer ( ) : IMediaPlayerBusiness
리턴 IMediaPlayerBusiness

GetVersionText() 공개 정적인 메소드

public static GetVersionText ( ) : string
리턴 string

Start() 공개 메소드

public Start ( MainWindow main ) : void
main MainWindow
리턴 void