C# Class AzureStorageAnalyticsViewer.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: mogliang/Azure-Storage-Analytics-Viewer

Public Methods

Method Description
App ( ) : System
App_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

App_Exit() public method

public App_Exit ( object sender, System.Windows.ExitEventArgs e ) : void
sender object
e System.Windows.ExitEventArgs
return void

App_Startup() public method

public App_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
sender object
e System.Windows.StartupEventArgs
return void