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