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