Ejemplo n.º 1
0
 void DrawLine(int x0, int y0, int x1, int y1)
 {
     _console.Invoker.Add(() => _display.DrawLine(x0, y0, x1, y1, _display.GetFontColor()));
 }