C# Class SharpSpecs.UI.ViewModels.StepViewModel

Inheritance: ViewModel
Exibir arquivo Open project: charlieridley/SharpSpecs Class Usage Examples

Public Methods

Method Description
StepViewModel ( Step step ) : System

Initializes a new instance of the StepViewModel class.

Method Details

StepViewModel() public method

Initializes a new instance of the StepViewModel class.
public StepViewModel ( Step step ) : System
step SharpSpecs.Framework.Step The step.
return System