From a100b56382c075e4532a438a980463535d6275db Mon Sep 17 00:00:00 2001 From: kudzu_cp <6d05c8c8ef5431987001abfdb2eadc9593ac9498> Date: Wed, 22 Jul 2009 14:47:40 +0000 Subject: [PATCH] added readln --- source/Playgrounds/Matthijs/TestApp/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Playgrounds/Matthijs/TestApp/Program.cs b/source/Playgrounds/Matthijs/TestApp/Program.cs index 9cbb7b23b..7e26b7764 100644 --- a/source/Playgrounds/Matthijs/TestApp/Program.cs +++ b/source/Playgrounds/Matthijs/TestApp/Program.cs @@ -23,9 +23,9 @@ namespace TestApp { catch(Exception E) { Console.WriteLine(E.ToString()); - Console.ReadLine(); } - } + Console.ReadLine(); + } private static void DoScan(int aIdx) {