Skip to content

Commit

Permalink
Auto push at 2024-04-30 20:46:15
Browse files Browse the repository at this point in the history
  • Loading branch information
vkantchev committed May 1, 2024
1 parent 93588e6 commit d789194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions primoburner-for-net/setting-license-info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ <h2>PrimoBurner License File<a class="headerlink" href="#primoburner-license-fil
<section id="example">
<h2>Example<a class="headerlink" href="#example" title="Permalink to this headline">#</a></h2>
<div class="sd-tab-set docutils">
<input checked="checked" id="53030f37-e8e2-44cd-952c-fa6910619c1e" name="f16fe387-ac82-4965-b10d-8b64ca8dc690" type="radio">
</input><label class="sd-tab-label" for="53030f37-e8e2-44cd-952c-fa6910619c1e">
<input checked="checked" id="c229d31b-ebd5-4c2f-8c3f-4ab3bed0a088" name="cbd3b0ee-b8b9-42e0-a234-f4cfaf1bc76e" type="radio">
</input><label class="sd-tab-label" for="c229d31b-ebd5-4c2f-8c3f-4ab3bed0a088">
C#</label><div class="sd-tab-content docutils">
<p>In C#, it is possible to use a string literal, e.g. <code class="docutils literal notranslate"><span class="pre">&#64;&quot;xml</span> <span class="pre">goes</span> <span class="pre">here&quot;</span></code>:</p>
<div class="highlight-csharp notranslate"><div class="highlight"><pre><span></span><span class="k">using</span><span class="w"> </span><span class="nn">System</span><span class="p">;</span>
Expand Down Expand Up @@ -594,8 +594,8 @@ <h2>Example<a class="headerlink" href="#example" title="Permalink to this headli
</pre></div>
</div>
</div>
<input id="360e31f1-a5d4-40a9-b7f6-179ad8e20440" name="f16fe387-ac82-4965-b10d-8b64ca8dc690" type="radio">
</input><label class="sd-tab-label" for="360e31f1-a5d4-40a9-b7f6-179ad8e20440">
<input id="f0c591e0-52b1-47fb-a984-397a2d3bc366" name="cbd3b0ee-b8b9-42e0-a234-f4cfaf1bc76e" type="radio">
</input><label class="sd-tab-label" for="f0c591e0-52b1-47fb-a984-397a2d3bc366">
Visual Basic</label><div class="sd-tab-content docutils">
<p>In VB, you can use XElement and <a class="reference external" href="https://msdn.microsoft.com/en-us/library/bb384629.aspx">XML literals</a>. Note that, in order for this to work, you have to remove the comment from the top of the XML text:</p>
<div class="highlight-vbnet notranslate"><div class="highlight"><pre><span></span><span class="k">Imports</span><span class="w"> </span><span class="nn">PrimoSoftware.Burner</span>
Expand Down

0 comments on commit d789194

Please sign in to comment.