Beispiel #1
0
 public void DrawAtAbsolutePoint(int x, int y, char c, ConsoleColor color = ConsoleColor.White)
 {
     _drawer.DrawAtAbsolutePoint(x, y, c, color);
 }