C# Class HelloWorld.Bootstrapper

Inheritance: Prism.Unity.UnityBootstrapper
显示文件 Open project: PrismLibrary/Prism-Samples-Wpf Class Usage Examples

Protected Methods

Method Description
ConfigureModuleCatalog ( ) : void
CreateShell ( ) : DependencyObject
InitializeShell ( ) : void

Method Details

ConfigureModuleCatalog() protected method

protected ConfigureModuleCatalog ( ) : void
return void

CreateShell() protected method

protected CreateShell ( ) : DependencyObject
return DependencyObject

InitializeShell() protected method

protected InitializeShell ( ) : void
return void