Exemplo n.º 1
0
 /// <summary>
 /// Clears and sets the cursor at the specified position
 /// </summary>
 /// <param name="x"></param>
 /// <param name="y"></param>
 public DConsoleObject ClearAndSetCursor(int x, int y, ConsoleColor?color = null)
 => DConsole.ClearAndSetCursor(x, y, color);