C# Class MVPtoMVVM.mvp.MvpWindow

Inheritance: IMvpView
Afficher le fichier Open project: arcresources/MVPtoMVVM

Méthodes publiques

Méthode Description
GetTodoItems ( ) : IEnumerable
MvpWindow ( ) : System.Collections.Generic
ShowTodoItems ( IEnumerable presenters ) : void

Method Details

GetTodoItems() public méthode

public GetTodoItems ( ) : IEnumerable
Résultat IEnumerable

MvpWindow() public méthode

public MvpWindow ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ShowTodoItems() public méthode

public ShowTodoItems ( IEnumerable presenters ) : void
presenters IEnumerable
Résultat void