Exemplo n.º 1
0
        public Program()
            : base(800, 600)
        {
            GL.ClearColor(Color4.Black);

            game = new Game();
        }