# C1.Win.Command.Pair

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_Pair" data-uid="C1.Win.Command.Pair" class="text-break">Pair Class
</h1>
  <div class="markdown level0 summary"><p>Represents the <a class="xref" href="C1.Win.Command.C1CommandMdiList.html">C1CommandMdiList</a> data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Pair</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_Pair_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Pair</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Pair</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_Pair__ctor" data-uid="C1.Win.Command.Pair.#ctor">
          <a class="xref" href="C1.Win.Command.Pair.-ctor.html#C1_Win_Command_Pair__ctor">Pair()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.Pair.html">Pair</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_Pair__ctor_System_Object_System_Object_" data-uid="C1.Win.Command.Pair.#ctor(System.Object,System.Object)">
          <a class="xref" href="C1.Win.Command.Pair.-ctor.html#C1_Win_Command_Pair__ctor_System_Object_System_Object_">Pair(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.Command.Pair.html">Pair</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_Pair_First" data-uid="C1.Win.Command.Pair.First">
          <a class="xref" href="C1.Win.Command.Pair.First.html#C1_Win_Command_Pair_First">First</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="C1.Win.Command.C1CommandMdiList.html">C1CommandMdiList</a> first object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_Pair_Second" data-uid="C1.Win.Command.Pair.Second">
          <a class="xref" href="C1.Win.Command.Pair.Second.html#C1_Win_Command_Pair_Second">Second</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="C1.Win.Command.C1CommandMdiList.html">C1CommandMdiList</a> second object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
