C# Class MVPtoMVVM.mvp.MvpWindow

Inheritance: IMvpView
Mostrar archivo Open project: arcresources/MVPtoMVVM

Public Methods

Method Description
GetTodoItems ( ) : IEnumerable
MvpWindow ( ) : System.Collections.Generic
ShowTodoItems ( IEnumerable presenters ) : void

Method Details

GetTodoItems() public method

public GetTodoItems ( ) : IEnumerable
return IEnumerable

MvpWindow() public method

public MvpWindow ( ) : System.Collections.Generic
return System.Collections.Generic

ShowTodoItems() public method

public ShowTodoItems ( IEnumerable presenters ) : void
presenters IEnumerable
return void