C# Class Orchestra.Examples.Ribbon.ApplicationAboutCommandContainer

Inheritance: Catel.MVVM.CommandContainerBase
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
ApplicationAboutCommandContainer ( ICommandManager commandManager, IAboutService aboutService ) : System.Threading.Tasks

Méthodes protégées

Méthode Description
Execute ( object parameter ) : void

Method Details

ApplicationAboutCommandContainer() public méthode

public ApplicationAboutCommandContainer ( ICommandManager commandManager, IAboutService aboutService ) : System.Threading.Tasks
commandManager ICommandManager
aboutService IAboutService
Résultat System.Threading.Tasks

Execute() protected méthode

protected Execute ( object parameter ) : void
parameter object
Résultat void