CURELab.SignLanguage.HandDetector.OpenNIController.OpenNIController C# (CSharp) Метод

OpenNIController() приватный Метод

private OpenNIController ( ) : System
Результат System
        private OpenNIController()
            : base()
        {
            //ConsoleManager.Show();
            //this.ColorWriteBitmap = new WriteableBitmap(640, 480, 96.0, 96.0, System.Windows.Media.PixelFormats.Bgr24, null);
            //colorBitmap = new Bitmap(1, 1);
            //this.DepthWriteBitmap = new WriteableBitmap(640, 480, 96.0, 96.0, System.Windows.Media.PixelFormats.Bgr24, null);
            //depthBitmap = new Bitmap(1, 1);

            //this.EdgeBitmap = new WriteableBitmap(640, 480, 96.0, 96.0, System.Windows.Media.PixelFormats.Gray8, null);
            //this.ProcessedDepthBitmap = new WriteableBitmap(640, 480, 96.0, 96.0, System.Windows.Media.PixelFormats.Bgr24, null);
            //this.GrayWriteBitmap = new WriteableBitmap(640, 480, 96, 96, System.Windows.Media.PixelFormats.Gray8, null);
            //grayBitmap = new Bitmap(1, 1);
            //handPos = new PointF();
            //HeadPos = new PointF();
        }