C# Class Mojo.Wpf.View.Application

Afficher le fichier Open project: Rhoana/Mojo

Méthodes publiques

Méthode Description
OnMainWindowClosing ( object sender, CancelEventArgs eventArgs ) : void

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
TickHandler ( object sender, EventArgs e ) : void

Method Details

OnExit() protected méthode

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

OnMainWindowClosing() public méthode

public OnMainWindowClosing ( object sender, CancelEventArgs eventArgs ) : void
sender object
eventArgs CancelEventArgs
Résultat void

OnStartup() protected méthode

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