Exemplo n.º 1
0
 void DrawPixel(int x, int y)
 {
     _console.Invoker.Add(() => _display.DrawPixel(x, y, _display.GetFontColor()));
 }