Ejemplo n.º 1
0
        public Recellection()
        {
            tobiiController = TobiiController.GetInstance(this.Window.Handle);
            tobiiController.Init();
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            contentMngr = Content;
        }