Exemple #1
0
 public void RenderCustom(RenderContext context, DeviceContextProxy deviceContext)
 {
     if (core.CanRenderFlag)
     {
         core.RenderCustom(context, deviceContext);
     }
 }