Fix a few for Example1

master
sta 12 years ago
parent 7f0dbe6259
commit 3a31cd9501

@ -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 ("> ");

Loading…
Cancel
Save