Forgot shutdown the driver at exit.

This commit is contained in:
BDisp
2020-07-03 01:04:18 +01:00
parent aa51de0bf0
commit 67785f7e7f

View File

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