Пример #1
0
 static void Main(string[] args)
 {
     Console.Title = "Theme Picker!"; // Sets the title of the console.
     ThemeHandler.Load();             // Loads the themes from file
     Menu();                          // Draws the menu to the screen.
 }