mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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)
|
catch(Exception E)
|
||||||
{
|
{
|
||||||
Console.WriteLine(E.ToString());
|
Console.WriteLine(E.ToString());
|
||||||
Console.ReadLine();
|
|
||||||
}
|
}
|
||||||
}
|
Console.ReadLine();
|
||||||
|
}
|
||||||
|
|
||||||
private static void DoScan(int aIdx)
|
private static void DoScan(int aIdx)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue