Constructor with the root container and the controller type passed in.

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

Syntax

C#
public WpfContextManager(
	IUnityContainer rootContainer,
	Type contextControllerType
)
Visual Basic
Public Sub New ( _
	rootContainer As IUnityContainer, _
	contextControllerType As Type _
)
Visual C++
public:
WpfContextManager(
	IUnityContainer^ rootContainer, 
	Type^ contextControllerType
)

Parameters

rootContainer
Type: IUnityContainer
The root container
contextControllerType
Type: System..::..Type
The type of the context controller to use. Type will be resolved from the root container for each context definition

See Also