Создание класса клиента

This commit is contained in:
2025-04-03 13:07:57 +03:00
parent e83f355fa3
commit 994b0f8712
4 changed files with 158 additions and 0 deletions

View File

@ -118,9 +118,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Client.cpp" />
<ClCompile Include="FormMain.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Client.h" />
<ClInclude Include="FormMain.h">
<FileType>CppForm</FileType>
</ClInclude>