C# Class MongoDBManagementStudio.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 Open project: PatrickGannon/MongoDB-Management-Studio

Private Properties

Property Type Description
App System
Compose void
EnsureExtensionDirExists string

Protected Methods

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

Private Methods

Method Description
App ( ) : System
Compose ( ) : void
EnsureExtensionDirExists ( string rootPath ) : string

Method Details

OnExit() protected method

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

OnStartup() protected method

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