refreshed api docs

This commit is contained in:
Charlie Kindel
2020-08-15 09:12:25 -07:00
parent 0b58bf7f0c
commit fc215f1a6d
97 changed files with 3051 additions and 608 deletions

View File

@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Scenario
">
<meta name="generator" content="docfx 2.56.1.0">
<meta name="generator" content="docfx 2.56.2.0">
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
@@ -408,7 +408,7 @@ Overrides that do not call the base.<a class="xref" href="UICatalog.Scenario.htm
<pre><code class="lang-csharp hljs">public virtual void Run()</code></pre>
</div>
<h5 id="UICatalog_Scenario_Run_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Overrides that do not call the base.<a class="xref" href="UICatalog.Scenario.html#UICatalog_Scenario_Run">Run()</a>, must call <a class="xref" href="../Terminal.Gui/Terminal.Gui.Application.html#Terminal_Gui_Application_Shutdown_System_Boolean_">Shutdown(Boolean)</a> before returning.</p>
<div class="markdown level1 remarks"><p>Overrides that do not call the base.<a class="xref" href="UICatalog.Scenario.html#UICatalog_Scenario_Run">Run()</a>, must call <a class="xref" href="../Terminal.Gui/Terminal.Gui.Application.html#Terminal_Gui_Application_Shutdown">Shutdown()</a> before returning.</p>
</div>