fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-08 22:17:04 +08:00
parent 2f57932000
commit e026da61b3
197 changed files with 3482 additions and 958 deletions
@@ -199,7 +199,8 @@ and invokes the handler synchronously on the caller's thread.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance that forwards each reported value to <code class="paramref">handler</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -209,7 +210,8 @@ and invokes the handler synchronously on the caller's thread.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>handler</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;T&gt;</dt>
<dd></dd>
<dd><p>Delegate invoked synchronously by <a class="xref" href="Hi.Common.Messages.ActionProgress-1.html#Hi_Common_Messages_ActionProgress_1_Report__0_">Report(T)</a>.</p>
</dd>
</dl>