Fixed dispose calls (one I missed).

This commit is contained in:
Tig
2024-03-26 11:45:56 -06:00
parent 5b03d739a6
commit 1e5ac783c5

View File

@@ -485,7 +485,6 @@ public class BackgroundWorkerCollection : Scenario
}
#endif
Application.Run (stagingUI);
stagingUI.Dispose ();
}
};