C# Class SimpleMusicPlayer.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application, ISingleInstanceApp
Datei anzeigen Open project: punker76/simple-music-player

Public Methods

Method Description
App ( ) : System
SignalExternalCommandLineArgs ( IList args ) : bool

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Method Description
ProcessCommandLineArgs ( SimpleMusicPlayer window, IEnumerable args ) : bool

Method Details

App() public method

public App ( ) : System
return System

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

SignalExternalCommandLineArgs() public method

public SignalExternalCommandLineArgs ( IList args ) : bool
args IList
return bool