Skip to content
Snippets Groups Projects
Commit b92a64b1 authored by chengr28's avatar chengr28
Browse files

2015-02-25

parent 0b89a05b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -85,19 +85,14 @@ CertFiles:
var select= (Console.ReadLine()??"").ToLower();
switch (select)
{
case "I":
break;
case "i":
break;
case "A":
return;
case "a":
return;
default:
retry = true;
break;
}
}
} while (retry);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment