public void Load(GL g) { if (gl == null) { this.gl = new GLEx(g); } else { gl.Load(g); } this.gl.Update(); }