Exemplo n.º 1
0
 /// <inheritdoc />
 protected override void DrawClientArea(IConsoleGraphics graphics)
 {
     base.DrawClientArea(graphics);
     graphics.FillArea(EffectiveBackgroundColor, EffectiveForegroundColor, progressChar, GetRectangleToFill());
 }
Exemplo n.º 2
0
 protected override void DrawClientArea(IConsoleGraphics graphics)
 {
     Monitor.IsEntered(Window.SynchronizationLock).Should().BeTrue();
     base.DrawClientArea(graphics);
     AddCount();
 }
Exemplo n.º 3
0
 public void DoDrawBorder(IConsoleGraphics graphics)
 => base.DrawBorder(graphics);
Exemplo n.º 4
0
 public void DoDrawClientArea(IConsoleGraphics graphics)
 => base.DrawClientArea(graphics);
Exemplo n.º 5
0
 public void DoDrawBackground(IConsoleGraphics graphics)
 => base.DrawBackground(graphics);