Ejemplo n.º 1
0
 protected virtual void EndDraw()
 {
     if (graphicsDeviceManager != null)
     {
         graphicsDeviceManager.EndDraw();
     }
 }