VitalyD

Untitled

Jun 13th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. public void Toogle ()
  2.         {
  3.             ConsoleColor blabla = foregroundColor;
  4.             foregroundColor = backgroundColor;
  5.             backgroundColor = blabla;
  6.  
  7.          }
Advertisement
Add Comment
Please, Sign In to add comment