C# Класс FrameTrapped.ViewModels.MainMenuViewModel

The main menu view model class.
Наследование: Caliburn.Micro.PropertyChangedBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppendTimeLine ( ) : void

Publishes the append time line message.

MainMenuViewModel ( IWindowManager windowManager, IEventAggregator events ) : System

Intializes an instance of the MainMenuViewModel class.

OpenTimeLine ( ) : void

Publishes the open time line message.

SaveTimeLine ( ) : void

Publishes the save time line message.

ShowAboutDialog ( ) : void

Shows the About dialog.

Описание методов

AppendTimeLine() публичный Метод

Publishes the append time line message.
public AppendTimeLine ( ) : void
Результат void

MainMenuViewModel() публичный Метод

Intializes an instance of the MainMenuViewModel class.
public MainMenuViewModel ( IWindowManager windowManager, IEventAggregator events ) : System
windowManager IWindowManager The window manager.
events IEventAggregator The events aggregator.
Результат System

OpenTimeLine() публичный Метод

Publishes the open time line message.
public OpenTimeLine ( ) : void
Результат void

SaveTimeLine() публичный Метод

Publishes the save time line message.
public SaveTimeLine ( ) : void
Результат void

ShowAboutDialog() публичный Метод

Shows the About dialog.
public ShowAboutDialog ( ) : void
Результат void