Example #1
0
 public static void Background(ConsoleColor color, Action action)
 {
     using (ConsoleStyle.Background(color))
         action();
 }