From 53e4faf307d3f20012dd1df0319f807d601e37f6 Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Fri, 19 Jun 2020 17:08:38 +0700 Subject: [PATCH] LaneIn - Remove Redundant lblPlateString.Invoke --- AIParkingApplication/LaneIn.cs | 5 ----- 1 file changed, 5 deletions(-) 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();