CCT.NUI.MouseControl.MainWindow.CreateController C# (CSharp) Méthode

CreateController() private méthode

private CreateController ( ) : void
Résultat void
        private void CreateController()
        {
            this.handDataSource = new HandDataSource(this.factory.CreateShapeDataSource(this.factory.CreateClusterDataSource(new Core.Clustering.ClusterDataSourceSettings { MaximumDepthThreshold = 900 }), new Core.Shape.ShapeDataSourceSettings()));
            this.mouseController = new MouseController(this.handDataSource, this.buttonToggle.IsChecked.Value);
            this.handDataSource.Start();
        }