ShellViewModel - конструктор

Initializes a new instance of the ShellViewModel class.

Definition

Пространство имён: Tessa.UI.AppManager
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public ShellViewModel(
	[NotNullAttribute] ITaskBarIconDoubleClickCommand taskBarIconDoubleClickCommand,
	[NotNullAttribute] ITaskBarMenuViewModel taskBarContextMenu,
	[NotNullAttribute] ShellPageViewModel[] pages,
	[NotNullAttribute] IRefreshApplicationsManagerCommand refreshCommand
)

Параметры

taskBarIconDoubleClickCommand  ITaskBarIconDoubleClickCommand
Команда двойного нажатия на значок в tray
taskBarContextMenu  ITaskBarMenuViewModel
Контекстное меню
pages  ShellPageViewModel
Список страниц
refreshCommand  IRefreshApplicationsManagerCommand

См. также