C# Class Mojo.Wpf.View.Application

Mostrar archivo Open project: Rhoana/Mojo

Public Methods

Method Description
OnMainWindowClosing ( object sender, CancelEventArgs eventArgs ) : void

Protected Methods

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

Private Methods

Method Description
TickHandler ( object sender, EventArgs e ) : void

Method Details

OnExit() protected method

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

OnMainWindowClosing() public method

public OnMainWindowClosing ( object sender, CancelEventArgs eventArgs ) : void
sender object
eventArgs CancelEventArgs
return void

OnStartup() protected method

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