LaneIn - Change lblRecogizePlateStatus Text

This commit is contained in:
DucDangAnh 2020-06-29 15:05:26 +07:00
parent 0f39bd31f3
commit e30cc8470d

View File

@ -109,7 +109,7 @@ namespace AIParkingApplication
lblRecogizePlateStatus.Invoke(new Action(() => lblRecogizePlateStatus.Invoke(new Action(() =>
{ {
lblRecogizePlateStatus.BackColor = Color.Red; lblRecogizePlateStatus.BackColor = Color.Red;
lblRecogizePlateStatus.Text = "THẺ ĐÃ ĐƯỢC SỬ DỤNG - XE ĐÃ TRONG BÃI"; lblRecogizePlateStatus.Text = "THẺ ĐÃ ĐƯỢC SỬ DỤNG";
})); }));
} }
} }