C# Class events4me.App

Inheritance: System.Windows.Application
Exibir arquivo Open project: josemarluedke/events4me_mobile

Public Methods

Method Description
App ( ) : System.Windows

Private Methods

Method Description
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Method Details

App() public method

public App ( ) : System.Windows
return System.Windows