SmallRefactor: Thêm AccessModifier cho Label
This commit is contained in:
parent
8f8f5343e9
commit
cdc5ffb968
|
@ -12,12 +12,12 @@ namespace AIParkingApplication
|
|||
private readonly Thread thrStatistics;
|
||||
private int timeCycle;
|
||||
|
||||
Label lblLoaiXe;
|
||||
Label lblXeMay;
|
||||
Label lblOto;
|
||||
Label lblSoLuong;
|
||||
Label lblSoLuongXeMay;
|
||||
Label lblSoLuongOto;
|
||||
private Label lblLoaiXe;
|
||||
private Label lblXeMay;
|
||||
private Label lblOto;
|
||||
private Label lblSoLuong;
|
||||
private Label lblSoLuongXeMay;
|
||||
private Label lblSoLuongOto;
|
||||
|
||||
public Statistic(string apiUrl, int timeCycle_Sec = 1)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user