C# Class VSEmbed.DemoApp.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Exibir arquivo Open project: SLaks/VSEmbed

Public Methods

Method Description
App ( ) : System
BuildContainer ( ) : void

Protected Methods

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

Method Details

App() public method

public App ( ) : System
return System

BuildContainer() public method

public BuildContainer ( ) : void
return void

OnStartup() protected method

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