Exemplo n.º 1
0
 /// <summary>
 /// Refreshes the current progress.
 /// </summary>
 public void Refresh()
 {
     _renderer.Update(this);
     _console.Write(new ControlCode(string.Empty));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Refreshes the current progress.
 /// </summary>
 public void Refresh()
 {
     _renderer.Update(this);
     _console.Render(new ControlSequence(string.Empty));
 }