C# Class Orchestra.Examples.MahApps.Services.MahAppsService

Inheritance: IMahAppsService
Mostra file Open project: WildGums/Orchestra

Public Methods

Method Description
GetAboutInfo ( ) : AboutInfo
GetFlyouts ( ) : FlyoutsControl
GetMainView ( ) : FrameworkElement
GetRightWindowCommands ( ) : WindowCommands
GetStatusBar ( ) : FrameworkElement
MahAppsService ( ICommandManager commandManager, IMessageService messageService, IUIVisualizerService uiVisualizerService ) : System.Windows

Method Details

GetAboutInfo() public method

public GetAboutInfo ( ) : AboutInfo
return Orchestra.Models.AboutInfo

GetFlyouts() public method

public GetFlyouts ( ) : FlyoutsControl
return FlyoutsControl

GetMainView() public method

public GetMainView ( ) : FrameworkElement
return System.Windows.FrameworkElement

GetRightWindowCommands() public method

public GetRightWindowCommands ( ) : WindowCommands
return WindowCommands

GetStatusBar() public method

public GetStatusBar ( ) : FrameworkElement
return System.Windows.FrameworkElement

MahAppsService() public method

public MahAppsService ( ICommandManager commandManager, IMessageService messageService, IUIVisualizerService uiVisualizerService ) : System.Windows
commandManager ICommandManager
messageService IMessageService
uiVisualizerService IUIVisualizerService
return System.Windows