Should be called from the BootStrapper when createshell is called

Namespace: AppCan.wpf.Application
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual DependencyObject CreateShell(
	Type shell
)
Visual Basic
Public Overridable Function CreateShell ( _
	shell As Type _
) As DependencyObject
Visual C++
public:
virtual DependencyObject^ CreateShell(
	Type^ shell
)

Parameters

shell
Type: System..::..Type

[Missing <param name="shell"/> documentation for "M:AppCan.wpf.Application.AppCanApp.CreateShell(System.Type)"]

Return Value

[Missing <returns> documentation for "M:AppCan.wpf.Application.AppCanApp.CreateShell(System.Type)"]

See Also