|
@@ -18,6 +18,8 @@ using System.Runtime.InteropServices;
|
|
using System.Text;
|
|
using System.Text;
|
|
using System.Text.Json;
|
|
using System.Text.Json;
|
|
using System.Text.Json.Serialization;
|
|
using System.Text.Json.Serialization;
|
|
|
|
+using System.Threading;
|
|
|
|
+using System.Threading.Tasks;
|
|
using Terminal.Gui;
|
|
using Terminal.Gui;
|
|
using UICatalog.Scenarios;
|
|
using UICatalog.Scenarios;
|
|
using static Terminal.Gui.ConfigurationManager;
|
|
using static Terminal.Gui.ConfigurationManager;
|
|
@@ -439,6 +441,7 @@ public class UICatalogApp
|
|
|
|
|
|
scenario.Dispose ();
|
|
scenario.Dispose ();
|
|
|
|
|
|
|
|
+
|
|
// TODO: Throw if shutdown was not called already
|
|
// TODO: Throw if shutdown was not called already
|
|
Application.Shutdown ();
|
|
Application.Shutdown ();
|
|
|
|
|