CCT.NUI.WPFSamples.ManipulationWindow.ManipulationWindow C# (CSharp) Method

ManipulationWindow() public method

public ManipulationWindow ( IHandDataSource handDataSource ) : System
handDataSource IHandDataSource
return System
        public ManipulationWindow(IHandDataSource handDataSource)
        {
            InitializeComponent();
            this.handDataSource = handDataSource;
        }