CCT.NUI.Tests.Core.OpenNI.ClusterDataSourceTests.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return void
        public void Setup()
        {
            this.settings = new ClusterDataSourceSettings();
            this.depthPointerSourceStub = new DepthPointerDataSourceStub { Width = 20, Height = 20 };
            this.clusterDataSource = new OpenNIClusterDataSource(this.depthPointerSourceStub, this.settings);
        }
ClusterDataSourceTests