Fix a few for Example1

This commit is contained in:
sta 2014-03-30 16:04:08 +09:00
parent 7f0dbe6259
commit 3a31cd9501

View File

@ -18,7 +18,8 @@ namespace Example1
while (name.Length == 0);
streamer.Connect (name);
Console.WriteLine ("\nType \"exit\" to exit.\n");
Console.WriteLine ("\nType 'exit' to exit.\n");
while (true) {
Thread.Sleep (1000);
Console.Write ("> ");