Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
WinFormsDemo
Bootstrapper
C# Class WinFormsDemo.Bootstrapper
Inheritance:
WinFormsUnityBootStrapper.SimpleUnityBootstrapper
Show file
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