An NDoc Documented Class Library

IController.AddView Method 

Adds a view to the collection of views the controller is aware of

void AddView(
   IView view
);

Parameters

view
The view to add

See Also

IController Interface | Sandia.MVCFramework.Controller Namespace