The wpf context manager. Derived from the context manager adds functionality specific to wpf windows

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

Syntax

C#
public class WpfContextManager : ContextManager, 
	IWpfContextManager, IContextManager
Visual Basic
Public Class WpfContextManager _
	Inherits ContextManager _
	Implements IWpfContextManager, IContextManager
Visual C++
public ref class WpfContextManager : public ContextManager, 
	IWpfContextManager, IContextManager

Inheritance Hierarchy

System..::..Object
  AppCan.Core.Contexts..::..ContextManager
    AppCan.wpf.Application..::..WpfContextManager

See Also