Пример #1
0
 public override void BlitToScreen(Surface destinationSurface)
 {
     if (this.Parent == null)
     {
         border.BlitToScreen(destinationSurface);
     }
     base.BlitToScreen(destinationSurface);
 }