C# Class CCT.NUI.TestDataCollector.LayerViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: an83/KinectTouch2

Public Methods

Method Description
ToggleLayers ( IClusterDataSource clusterDataSource, IHandDataSource handDataSource ) : void

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void

ToggleLayers() public method

public ToggleLayers ( IClusterDataSource clusterDataSource, IHandDataSource handDataSource ) : void
clusterDataSource IClusterDataSource
handDataSource IHandDataSource
return void