using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ProgressBar { class Program { static void Main(string[] args) { ConsoleColor colorBack = Console.BackgroundColor; ConsoleColor colorFore = Console.Foregro