C# Class Orchestra.Services.MahAppsUIVisualizerService

Inheritance: Catel.Services.UIVisualizerService
Datei anzeigen Open project: WildGums/Orchestra

Public Methods

Method Description
MahAppsUIVisualizerService ( IViewLocator viewLocator ) : System

Protected Methods

Method Description
ShowWindow ( FrameworkElement window, bool showModal ) : bool?
ShowWindowAsync ( FrameworkElement window, bool showModal ) : Task

Method Details

MahAppsUIVisualizerService() public method

public MahAppsUIVisualizerService ( IViewLocator viewLocator ) : System
viewLocator IViewLocator
return System

ShowWindow() protected method

protected ShowWindow ( FrameworkElement window, bool showModal ) : bool?
window System.Windows.FrameworkElement
showModal bool
return bool?

ShowWindowAsync() protected method

protected ShowWindowAsync ( FrameworkElement window, bool showModal ) : Task
window System.Windows.FrameworkElement
showModal bool
return Task