C# Class WinFormsDemo.Bootstrapper

Inheritance: WinFormsUnityBootStrapper.SimpleUnityBootstrapper
Datei anzeigen Open project: jeffras/Prism-4-with-WinForms Class Usage Examples

Protected Methods

Method Description
ConfigureModuleCatalog ( ) : void

Configures the IModuleCatalog used by Prism.

CreateShell ( ) : Form
InitializeShell ( ) : void

Initializes the shell.

Method Details

ConfigureModuleCatalog() protected method

Configures the IModuleCatalog used by Prism.
protected ConfigureModuleCatalog ( ) : void
return void

CreateShell() protected method

protected CreateShell ( ) : Form
return System.Windows.Forms.Form

InitializeShell() protected method

Initializes the shell.
protected InitializeShell ( ) : void
return void