Castle.MonoRail.Framework.WizardActionProvider.EmptyAction C# (CSharp) Method

EmptyAction() protected method

Represents an empty (no-op) action.
protected EmptyAction ( Controller controller ) : void
controller Controller The controller.
return void
		protected void EmptyAction(Controller controller)
		{
			controller.CancelView();
		}