Установка пакетов.

This commit is contained in:
ElEgEv 2023-10-05 21:35:43 +04:00
parent 5ff2f7cce8
commit 487d5b784e
2 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,7 @@
myTextBox.Name = "myTextBox";
myTextBox.Size = new Size(210, 80);
myTextBox.TabIndex = 5;
myTextBox.TextBoxValue = null;
//
// labelCheckTwo
//

View File

@ -8,4 +8,9 @@
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
<PackageReference Include="FreeSpire.Doc" Version="11.6.0" />
</ItemGroup>
</Project>