From 67785f7e7f0ea6595d3ff163bd688edaadc16306 Mon Sep 17 00:00:00 2001 From: BDisp Date: Fri, 3 Jul 2020 01:04:18 +0100 Subject: [PATCH] Forgot shutdown the driver at exit. --- Example/demo.cs | 1 + 1 file changed, 1 insertion(+) 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;