LaneIn - Change lblRecogizePlateStatus Text
This commit is contained in:
parent
0f39bd31f3
commit
e30cc8470d
|
@ -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";
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user