C# Class Castle.Windsor.Tests.Components.Controller

Inheritance: IController
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Controller ( IView view )
Process ( ) : void

Method Details

Controller() public method

public Controller ( IView view )
view IView

Process() public method

public Process ( ) : void
return void