Improved the old way of manually selecting windows, Added all the windows types and implemented them, You can now export to a bad json file

This commit is contained in:
2023-04-03 12:38:47 +02:00
parent 5ec9656b03
commit 5ca6d61a69
16 changed files with 369 additions and 13 deletions
+10
View File
@@ -51,6 +51,16 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="DriverDrsWindow.cs" />
<Compile Include="DriverGapToLeaderWindow.cs" />
<Compile Include="DriverLapTimeWindow.cs" />
<Compile Include="DriverNameWindow.cs" />
<Compile Include="DriverPositionWindow.cs" />
<Compile Include="DriverSector1Window.cs" />
<Compile Include="DriverSector2Window.cs" />
<Compile Include="DriverSector3Window.cs" />
<Compile Include="DriverTyresWindow.cs" />
<Compile Include="DriverZone.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>