fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -496,8 +496,8 @@ Class License
|
||||
|
||||
|
||||
|
||||
<h3 id="Hi_Licenses_License_AbortEventHandler" data-uid="Hi.Licenses.License.AbortEventHandler">
|
||||
AbortEventHandler
|
||||
<h3 id="Hi_Licenses_License_AbortMessageAction" data-uid="Hi.Licenses.License.AbortMessageAction">
|
||||
AbortMessageAction
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -506,7 +506,7 @@ Class License
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static event EventHandler<string> AbortEventHandler</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static event Action<string> AbortMessageAction</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -516,7 +516,7 @@ Class License
|
||||
|
||||
<h4 class="section">Event Type</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventhandler-1">EventHandler</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user