C# Class Sapphire.Core.UI.Presenters.CommandServicePresenter

Inheritance: IPresenter
Afficher le fichier Open project: butaji/Sapphire

Méthodes publiques

Méthode Description
CommandServicePresenter ( IView view, IService service, ICommandExecutor executor ) : Sapphire.Core.Commands
RefreshData ( ) : void

Method Details

CommandServicePresenter() public méthode

public CommandServicePresenter ( IView view, IService service, ICommandExecutor executor ) : Sapphire.Core.Commands
view IView
service IService
executor ICommandExecutor
Résultat Sapphire.Core.Commands

RefreshData() public méthode

public RefreshData ( ) : void
Résultat void