Now you can see the five slowest and five fastest drivers

This commit is contained in:
2023-05-24 16:06:27 +02:00
parent e8028528e0
commit 03130f6c42
4 changed files with 107 additions and 35 deletions
+5
View File
@@ -117,6 +117,7 @@ namespace Test_Merge
{
DisplayResults(errorCode, sw, screen);
DisplayBattles();
DisplayDeltas();
});
});
}
@@ -137,6 +138,10 @@ namespace Test_Merge
{
Wrapper.DisplayBattles(pnlBattles,this);
}
private void DisplayDeltas()
{
Wrapper.DisplayTimesDeltas(pnlFastest,pnlSlowest,this);
}
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
if (Emulator != null)