Exemplo n.º 1
0
 public void OnShuttingDown(GLSurface w, EventArgs e)
 {
     w.Platform.Invoke(() => w.OnShuttingDown(e));
 }
Exemplo n.º 2
0
 public void OnShuttingDown(GLSurface w, EventArgs e)
 {
     using (w.Platform.Context)
         w.OnShuttingDown(e);
 }