mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
added readln
This commit is contained in:
parent
dc941857a8
commit
a100b56382
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ namespace TestApp {
|
|||
catch(Exception E)
|
||||
{
|
||||
Console.WriteLine(E.ToString());
|
||||
Console.ReadLine();
|
||||
}
|
||||
}
|
||||
Console.ReadLine();
|
||||
}
|
||||
|
||||
private static void DoScan(int aIdx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue