Explorar o código

Forgot shutdown the driver at exit.

BDisp %!s(int64=5) %!d(string=hai) anos
pai
achega
67785f7e7f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Example/demo.cs

+ 1 - 0
Example/demo.cs

@@ -539,6 +539,7 @@ static class Demo {
 		while (running != null) {
 			running.Invoke ();
 		}
+		Application.Shutdown ();
 	}
 
 	public static Label ml;