Fixed the calibration and added the JSON serialising
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Test_Merge
|
||||
{
|
||||
internal class DriverLapTimeWindow:Window
|
||||
{
|
||||
public DriverLapTimeWindow(Bitmap image, Rectangle bounds) : base(image, bounds)
|
||||
public DriverLapTimeWindow(Bitmap image, Rectangle bounds, bool generateEngine = true) : base(image, bounds,generateEngine)
|
||||
{
|
||||
Name = "Lap time";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user