Переписанная рабочая версия

Переделал код c++/cli на новый лад как в c# client
This commit is contained in:
2025-04-09 15:49:27 +03:00
parent 1558429ad0
commit 26fc24ae0d
33 changed files with 576 additions and 217 deletions

View File

@ -121,7 +121,8 @@
<ClCompile Include="FormMain.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="DroneClient.h" />
<ClInclude Include="Drone.h" />
<ClInclude Include="DroneData.h" />
<ClInclude Include="FormMain.h">
<FileType>CppForm</FileType>
</ClInclude>