C# 클래스 FrameTrapped.ViewModels.MainMenuViewModel

The main menu view model class.
상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: jhogoforbroke/Frame-Trapped 1 사용 예제들

공개 메소드들

메소드 설명
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