基本上在我的代码中,我希望它在用户按下一个键后显示下一行。我以为它是ReadKey,但在我按下一个键后它就关闭了。
例如
WriteLine("Press any key to display invoice...");
ReadKey(); //this part
WriteLine("***************************");
WriteLine("*** Corporation ***");
WriteLine("Customer Invoice \r\n");
WriteLine("SHIP TO: ");