C# Class Spinnaker.Sample.WinForms.ViewModels.SimpleFormViewModel

This is a trivially simple view model that exposes a string property and an integer property. It is used simply to show round-tripping values from the GUI to managed code and back to the GUI.
Inheritance: INotifyPropertyChanged
Mostra file Open project: Claytonious/spinnaker

Public Methods

Method Description
SimpleFormViewModel ( ) : System

Method Details

SimpleFormViewModel() public method

public SimpleFormViewModel ( ) : System
return System