Esempio n. 1
0
 protected virtual bool BeginDraw()
 {
     if (graphicsDeviceManager != null)
     {
         return(graphicsDeviceManager.BeginDraw());
     }
     else
     {
         return(true);
     }
 }