C# Class MarkDownEditor.ViewModel.SettingsViewModel

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

Inheritance: ViewModelBase
ファイルを表示 Open project: chenguanzhou/MarkDownEditor

Public Methods

Method Description
Cleanup ( ) : void
SettingsViewModel ( ) : GalaSoft.MvvmLight

Initializes a new instance of the MainViewModel class.

Method Details

Cleanup() public method

public Cleanup ( ) : void
return void

SettingsViewModel() public method

Initializes a new instance of the MainViewModel class.
public SettingsViewModel ( ) : GalaSoft.MvvmLight
return GalaSoft.MvvmLight