C# Class Orchestra.Services.MahAppsUIVisualizerService

Inheritance: Catel.Services.UIVisualizerService
Afficher le fichier Open project: WildGums/Orchestra

Méthodes publiques

Méthode Description
MahAppsUIVisualizerService ( IViewLocator viewLocator ) : System

Méthodes protégées

Méthode Description
ShowWindow ( FrameworkElement window, bool showModal ) : bool?
ShowWindowAsync ( FrameworkElement window, bool showModal ) : Task

Method Details

MahAppsUIVisualizerService() public méthode

public MahAppsUIVisualizerService ( IViewLocator viewLocator ) : System
viewLocator IViewLocator
Résultat System

ShowWindow() protected méthode

protected ShowWindow ( FrameworkElement window, bool showModal ) : bool?
window System.Windows.FrameworkElement
showModal bool
Résultat bool?

ShowWindowAsync() protected méthode

protected ShowWindowAsync ( FrameworkElement window, bool showModal ) : Task
window System.Windows.FrameworkElement
showModal bool
Résultat Task