C# Class VSTalk.Engine.Core.EnvironmentManagers.UI.WindowManager

Inheritance: IWindowManager
显示文件 Open project: Irdis/VSTalk

Public Methods

Method Description
ShowChatWindow ( Interlocutor interlocutor ) : void
ShowChatWindow ( Room room ) : void
ShowMainWindow ( ) : void
WindowManager ( IEnvWindowsManager envWindowsManager, IHostedControls hostedControls, IResourceStore resourceStore, IThemeManager themeManager ) : VSTalk.Engine.ViewModel

Method Details

ShowChatWindow() public method

public ShowChatWindow ( Interlocutor interlocutor ) : void
interlocutor VSTalk.Model.Interlocutor
return void

ShowChatWindow() public method

public ShowChatWindow ( Room room ) : void
room VSTalk.Model.Room
return void

ShowMainWindow() public method

public ShowMainWindow ( ) : void
return void

WindowManager() public method

public WindowManager ( IEnvWindowsManager envWindowsManager, IHostedControls hostedControls, IResourceStore resourceStore, IThemeManager themeManager ) : VSTalk.Engine.ViewModel
envWindowsManager IEnvWindowsManager
hostedControls IHostedControls
resourceStore IResourceStore
themeManager IThemeManager
return VSTalk.Engine.ViewModel