C# 클래스 Orchestra.Examples.MahApps.Services.MahAppsService

상속: IMahAppsService
파일 보기 프로젝트 열기: WildGums/Orchestra

공개 메소드들

메소드 설명
GetAboutInfo ( ) : AboutInfo
GetFlyouts ( ) : FlyoutsControl
GetMainView ( ) : FrameworkElement
GetRightWindowCommands ( ) : WindowCommands
GetStatusBar ( ) : FrameworkElement
MahAppsService ( ICommandManager commandManager, IMessageService messageService, IUIVisualizerService uiVisualizerService ) : System.Windows

메소드 상세

GetAboutInfo() 공개 메소드

public GetAboutInfo ( ) : AboutInfo
리턴 Orchestra.Models.AboutInfo

GetFlyouts() 공개 메소드

public GetFlyouts ( ) : FlyoutsControl
리턴 FlyoutsControl

GetMainView() 공개 메소드

public GetMainView ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

GetRightWindowCommands() 공개 메소드

public GetRightWindowCommands ( ) : WindowCommands
리턴 WindowCommands

GetStatusBar() 공개 메소드

public GetStatusBar ( ) : FrameworkElement
리턴 System.Windows.FrameworkElement

MahAppsService() 공개 메소드

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