Skip to content

Commit bae10e5

Browse files
committed
New sample.gif
1 parent 82bab39 commit bae10e5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

UICatalog/UICatalog.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
using System.Text;
1919
using System.Text.Json;
2020
using System.Text.Json.Serialization;
21+
using System.Threading;
22+
using System.Threading.Tasks;
2123
using Terminal.Gui;
2224
using UICatalog.Scenarios;
2325
using static Terminal.Gui.ConfigurationManager;
@@ -439,6 +441,7 @@ void ApplicationOnInitializedChanged (object? sender, EventArgs<bool> e)
439441

440442
scenario.Dispose ();
441443

444+
442445
// TODO: Throw if shutdown was not called already
443446
Application.Shutdown ();
444447

docfx/images/sample.gif

-2.56 MB
Loading

0 commit comments

Comments
 (0)