C# Class WinFormsDemo.Bootstrapper

Inheritance: WinFormsUnityBootStrapper.SimpleUnityBootstrapper
Afficher le fichier Open project: jeffras/Prism-4-with-WinForms Class Usage Examples

Méthodes protégées

Méthode Description
ConfigureModuleCatalog ( ) : void

Configures the IModuleCatalog used by Prism.

CreateShell ( ) : Form
InitializeShell ( ) : void

Initializes the shell.

Method Details

ConfigureModuleCatalog() protected méthode

Configures the IModuleCatalog used by Prism.
protected ConfigureModuleCatalog ( ) : void
Résultat void

CreateShell() protected méthode

protected CreateShell ( ) : Form
Résultat System.Windows.Forms.Form

InitializeShell() protected méthode

Initializes the shell.
protected InitializeShell ( ) : void
Résultat void