LaneIn - Remove Redundant lblPlateString.Invoke

This commit is contained in:
DucDangAnh 2020-06-19 17:08:38 +07:00
parent a0199cc0f8
commit 53e4faf307

View File

@ -78,11 +78,6 @@ namespace AIParkingApplication
} }
} }
lblPlateString.Invoke(new Action(() =>
{
lblPlateString.Text = finalPlateResult.PlateString;
}));
pictureBoxPlateImage.Invoke(new Action(() => pictureBoxPlateImage.Invoke(new Action(() =>
{ {
pictureBoxPlateImage.Image?.Dispose(); pictureBoxPlateImage.Image?.Dispose();