public OpenTKGraphics(Demo demo) : base(demo) { Form = new GLForm(this); glControl = (Form as GLForm).GLControl; }