Opentk/Source/Examples/OpenGL/Basic/QueryDisplayModes/Program.cs

11 lines
156 B
C#
Raw Normal View History

2006-11-02 21:40:36 +00:00
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace QueryDisplayModes
{
static class Program
{
}
}