C# Class Stash.Example.StructureMapViewActivator.Activator

Inheritance: IViewActivator
Show file Open project: AndyHitchman/Stash

Public Methods

Method Description
Activate ( Type type ) : ISparkView
Release ( Type type, ISparkView view ) : void

Method Details

Activate() public method

public Activate ( Type type ) : ISparkView
type System.Type
return ISparkView

Release() public method

public Release ( Type type, ISparkView view ) : void
type System.Type
view ISparkView
return void