C# Class XSpect.Yacq.Runner.ViewModel.CodeViewModel

This class contains properties that a 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/getstarted

Inheritance: ViewModelBase
Datei anzeigen Open project: takeshik/yacq

Public Methods

Method Description
CodeViewModel ( Code code ) : System

Method Details

CodeViewModel() public method

public CodeViewModel ( Code code ) : System
code XSpect.Yacq.Runner.Model.Code
return System