Ejemplo n.º 1
0
 void DrawRect(int x0, int y0, int width, int height)
 {
     _console.Invoker.Add(() => _display.DrawRectangle(x0, y0, width, height, _display.GetFontColor()));
 }