Example #1
0
 public override void OnSurfaceCreated(GL gl)
 {
     this.FreamInit(gl);
     this.mThread = new DrawingThread(this);
     this.mThread.Start();
 }
Example #2
0
 public override void OnSurfaceCreated(GL gl)
 {
     this.FreamInit(gl);
     this.mThread = new DrawingThread(this);
     this.mThread.Start();
 }