diff --git a/AIParkingApplication/LaneIn.cs b/AIParkingApplication/LaneIn.cs index a0371a1..61ab6da 100644 --- a/AIParkingApplication/LaneIn.cs +++ b/AIParkingApplication/LaneIn.cs @@ -78,11 +78,6 @@ namespace AIParkingApplication } } - lblPlateString.Invoke(new Action(() => - { - lblPlateString.Text = finalPlateResult.PlateString; - })); - pictureBoxPlateImage.Invoke(new Action(() => { pictureBoxPlateImage.Image?.Dispose();