An NDoc Documented Class Library

IController.AddViewManager Method 

Adds a view manager to the collection of view managers the controller is aware of

void AddViewManager(
   IViewManager viewManager
);

Parameters

viewManager
The view manager to add

See Also

IController Interface | Sandia.MVCFramework.Controller Namespace