# C1.Win.Themes.C1ThemeVersion.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeVersion__ctor_" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor*">C1ThemeVersion Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeVersion__ctor_" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor*"></a>
<h4 id="C1_Win_Themes_C1ThemeVersion__ctor" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor">C1ThemeVersion()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the C1ThemeVersion class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1ThemeVersion()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_Win_Themes_C1ThemeVersion__ctor_" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor*"></a>
<h4 id="C1_Win_Themes_C1ThemeVersion__ctor_System_String_System_String_" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor(System.String,System.String)">C1ThemeVersion(string, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the C1ThemeVersion class
with the specified theme XML format and theme assembly versions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1ThemeVersion(string formatVersion, string assemblyVersion)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(formatVersion As String, assemblyVersion As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatVersion</span></td>
      <td><p>The theme XML format version.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">assemblyVersion</span></td>
      <td><p>The C1.Win.Themes assembly version.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Themes_C1ThemeVersion__ctor_" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor*"></a>
<h4 id="C1_Win_Themes_C1ThemeVersion__ctor_System_Version_System_Version_" data-uid="C1.Win.Themes.C1ThemeVersion.#ctor(System.Version,System.Version)">C1ThemeVersion(Version, Version)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the C1ThemeVersion class
with the specified theme XML format and theme assembly versions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1ThemeVersion(Version formatVersion, Version assemblyVersion)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(formatVersion As Version, assemblyVersion As Version)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.version">Version</a></td>
      <td><span class="parametername">formatVersion</span></td>
      <td><p>The theme XML format version.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.version">Version</a></td>
      <td><span class="parametername">assemblyVersion</span></td>
      <td><p>The C1.Win.Themes assembly version.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
