diff --git a/Example/demo.cs b/Example/demo.cs index 87f29b0e1..1ce10262c 100644 --- a/Example/demo.cs +++ b/Example/demo.cs @@ -539,6 +539,7 @@ static class Demo { while (running != null) { running.Invoke (); } + Application.Shutdown (); } public static Label ml;