예제 #1
0
파일: Form1.cs 프로젝트: bizzehdee/glsharp
        public Form1()
        {
            InitializeComponent();

            m_gl = new GLSharp();
            m_wgl = new WGL();
        }