summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-sharp/AvahiTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-sharp/AvahiTest.cs b/avahi-sharp/AvahiTest.cs
index 5def8a1..a23eee5 100644
--- a/avahi-sharp/AvahiTest.cs
+++ b/avahi-sharp/AvahiTest.cs
@@ -35,8 +35,8 @@ public class AvahiTest {
eg.AddService ("foobar2", "_daap._tcp", client.DomainName,
444, new string[] { "foo", "bar", "baz" });
eg.Commit ();
-
- Application.Run ();
+ Console.WriteLine ("Press enter to quit");
+ Console.ReadLine ();
}
private static void OnEntryGroupChanged (object o, EntryGroupState state)