Move clear statement

This commit is contained in:
Matt Nadareski
2016-04-20 02:53:24 -07:00
parent dab5bcc506
commit 4a4b843bf4
2 changed files with 1 additions and 1 deletions

View File

@@ -336,6 +336,7 @@ Make a selection:
switch (selection)
{
case "1":
Console.Clear();
Build.Help();
Console.Write("\nPress any key to continue...");
Console.ReadKey();