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