瀏覽代碼

New sample.gif

Tig 8 月之前
父節點
當前提交
bae10e59ae
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      UICatalog/UICatalog.cs
  2. 二進制
      docfx/images/sample.gif

+ 3 - 0
UICatalog/UICatalog.cs

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

二進制
docfx/images/sample.gif