C# Класс TowerLightsControllerGUI.ViewModel.MainViewModel

Наследование: ViewModelBase
Показать файл Открыть проект

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

Метод Описание
MainViewModel ( ) : System

Приватные методы

Метод Описание
Exit ( ) : void
GenerateMessageFromException ( Exception exception ) : string

Creates string that the message from the exception and the inner exception if that is defined

Play ( ) : void

Plays the selected animation. Designed to run in a different thread. It will start playing at currentFrameIndex, or it will start at the beginning of the animation.

PlayPause ( ) : void

Plays or pauses the selected animation. This function handles the PlayPause command.

RefreshAnimations ( ) : void

Downloads the list of animations from the server

Stop ( ) : void

Stops the current animation

UploadAnimation ( ) : void

Uploads an animation to the server

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

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

public MainViewModel ( ) : System
Результат System