diff --git a/AIParkingApplication/Statistic.cs b/AIParkingApplication/Statistic.cs index 1b58d7b..016abfd 100644 --- a/AIParkingApplication/Statistic.cs +++ b/AIParkingApplication/Statistic.cs @@ -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);