C# Класс MarkDownEditor.ViewModel.AboutViewModel

This class contains properties that the main View can data bind to.

Use the mvvminpc snippet to add bindable properties to this ViewModel.

You can also use Blend to data bind with the tool's support.

See http://www.galasoft.ch/mvvm

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

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

Метод Описание
AboutViewModel ( ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

Cleanup ( ) : void

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

Метод Описание
CheckForUpdate ( ) : void
CompareVersion ( string left, string right ) : int
NotifyUpdate ( string latestVersionString, string descriptionString ) : void

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

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

Initializes a new instance of the MainViewModel class.
public AboutViewModel ( ) : GalaSoft.MvvmLight
Результат GalaSoft.MvvmLight

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

public Cleanup ( ) : void
Результат void