C# Class GestSpace.VolumePresenterViewModel

Inheritance: ValuePresenterViewModel
Mostrar archivo Open project: NicolasDorier/GestSpace

Public Methods

Method Description
Create ( ) : VolumePresenterViewModel
VolumePresenterViewModel ( double minValue, double maxValue, IObservable getValue, Action setValue ) : System

Method Details

Create() public static method

public static Create ( ) : VolumePresenterViewModel
return VolumePresenterViewModel

VolumePresenterViewModel() public method

public VolumePresenterViewModel ( double minValue, double maxValue, IObservable getValue, Action setValue ) : System
minValue double
maxValue double
getValue IObservable
setValue Action
return System