Example #1
0
 public Game1()
 {
     graphics = new GraphicsDeviceManager(this);
     Content.RootDirectory = "Content";
    
     handler = new KinectHandler();
     /*Thread t = new Thread(new ThreadStart(handler.run));
     t.Start();*/
 }
Example #2
0
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            handler = new KinectHandler();

            /*Thread t = new Thread(new ThreadStart(handler.run));
             * t.Start();*/
        }