SmallRefactor: Xoá comment

This commit is contained in:
Le Chau 2020-06-25 11:23:09 +07:00
parent 7c0383fa9f
commit b6aef4b864

View File

@ -93,7 +93,6 @@ namespace AIParkingApplication
lblSoLuongXeMay = new Label() { Text = "0", Font = labelFont };
lblSoLuongOto = new Label() { Text = "0", Font = labelFont };
//Fill to StaticTable
tlpStatisticTable.Controls.Add(lblLoaiXe, 0, 0);
tlpStatisticTable.Controls.Add(lblXeMay, 0, 1);
tlpStatisticTable.Controls.Add(lblOto, 0, 2);