LaneIn - Remove Redundant lblPlateString.Invoke
This commit is contained in:
parent
a0199cc0f8
commit
53e4faf307
|
@ -78,11 +78,6 @@ namespace AIParkingApplication
|
|||
}
|
||||
}
|
||||
|
||||
lblPlateString.Invoke(new Action(() =>
|
||||
{
|
||||
lblPlateString.Text = finalPlateResult.PlateString;
|
||||
}));
|
||||
|
||||
pictureBoxPlateImage.Invoke(new Action(() =>
|
||||
{
|
||||
pictureBoxPlateImage.Image?.Dispose();
|
||||
|
|
Loading…
Reference in New Issue
Block a user