Formatting updates

This commit is contained in:
Matt Nadareski
2016-04-20 01:47:44 -07:00
parent b2c4253dca
commit c0b49ebda8
2 changed files with 11 additions and 11 deletions

View File

@@ -337,6 +337,8 @@ Make a selection:
{
case "1":
Build.Help();
Console.Write("\nPress any key to continue...");
Console.ReadKey();
break;
case "2":
ImportMenu();