C# Class StoryTeller.UserInterface.Screens.ScreenFinder

Inheritance: IScreenFinder
Mostra file Open project: adymitruk/storyteller

Public Methods

Method Description
Find ( IScreenLocator _locator ) : IScreen
ScreenFinder ( IScreenCollection screens ) : System.Linq

Method Details

Find() public method

public Find ( IScreenLocator _locator ) : IScreen
_locator IScreenLocator
return IScreen

ScreenFinder() public method

public ScreenFinder ( IScreenCollection screens ) : System.Linq
screens IScreenCollection
return System.Linq