C# 클래스 SimpleMusicPlayer.App

Interaction logic for App.xaml
상속: System.Windows.Application, ISingleInstanceApp
파일 보기 프로젝트 열기: punker76/simple-music-player

공개 메소드들

메소드 설명
App ( ) : System
SignalExternalCommandLineArgs ( IList args ) : bool

보호된 메소드들

메소드 설명
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

비공개 메소드들

메소드 설명
ProcessCommandLineArgs ( SimpleMusicPlayer window, IEnumerable args ) : bool

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

OnExit() 보호된 메소드

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
리턴 void

OnStartup() 보호된 메소드

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
리턴 void

SignalExternalCommandLineArgs() 공개 메소드

public SignalExternalCommandLineArgs ( IList args ) : bool
args IList
리턴 bool