added readln

This commit is contained in:
kudzu_cp 2009-07-22 14:47:40 +00:00
parent dc941857a8
commit a100b56382

View file

@ -23,9 +23,9 @@ namespace TestApp {
catch(Exception E)
{
Console.WriteLine(E.ToString());
Console.ReadLine();
}
}
Console.ReadLine();
}
private static void DoScan(int aIdx)
{