From e30cc8470d9db1898394e5773b589cc65dd222a0 Mon Sep 17 00:00:00 2001 From: DucDangAnh Date: Mon, 29 Jun 2020 15:05:26 +0700 Subject: [PATCH] LaneIn - Change lblRecogizePlateStatus Text --- AIParkingApplication/LaneIn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIParkingApplication/LaneIn.cs b/AIParkingApplication/LaneIn.cs index ce53358..ea61146 100644 --- a/AIParkingApplication/LaneIn.cs +++ b/AIParkingApplication/LaneIn.cs @@ -109,7 +109,7 @@ namespace AIParkingApplication lblRecogizePlateStatus.Invoke(new Action(() => { lblRecogizePlateStatus.BackColor = Color.Red; - lblRecogizePlateStatus.Text = "THẺ ĐÃ ĐƯỢC SỬ DỤNG - XE ĐÃ TRONG BÃI"; + lblRecogizePlateStatus.Text = "THẺ ĐÃ ĐƯỢC SỬ DỤNG"; })); } }