C# Class Rubberduck.Refactorings.ExtractInterface.ExtractInterfacePresenter

Inheritance: IExtractInterfacePresenter
显示文件 Open project: retailcoder/Rubberduck

Public Methods

Method Description
ExtractInterfacePresenter ( IExtractInterfaceView view, ExtractInterfaceModel model ) : System.Linq
Show ( ) : ExtractInterfaceModel

Method Details

ExtractInterfacePresenter() public method

public ExtractInterfacePresenter ( IExtractInterfaceView view, ExtractInterfaceModel model ) : System.Linq
view IExtractInterfaceView
model ExtractInterfaceModel
return System.Linq

Show() public method

public Show ( ) : ExtractInterfaceModel
return ExtractInterfaceModel