C# Class Stash.Example.StructureMapViewActivator.Activator

Inheritance: IViewActivator
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
Activate ( Type type ) : ISparkView
Release ( Type type, ISparkView view ) : void

Method Details

Activate() public méthode

public Activate ( Type type ) : ISparkView
type System.Type
Résultat ISparkView

Release() public méthode

public Release ( Type type, ISparkView view ) : void
type System.Type
view ISparkView
Résultat void