C# Class SimpleMusicPlayer.App

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

Méthodes publiques

Méthode Description
App ( ) : System
SignalExternalCommandLineArgs ( IList args ) : bool

Méthodes protégées

Méthode Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Private Methods

Méthode Description
ProcessCommandLineArgs ( SimpleMusicPlayer window, IEnumerable args ) : bool

Method Details

App() public méthode

public App ( ) : System
Résultat System

OnExit() protected méthode

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
Résultat void

OnStartup() protected méthode

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
Résultat void

SignalExternalCommandLineArgs() public méthode

public SignalExternalCommandLineArgs ( IList args ) : bool
args IList
Résultat bool