From b6aef4b86479ba41458366b1338452bce536368f Mon Sep 17 00:00:00 2001 From: Le Chau Date: Thu, 25 Jun 2020 11:23:09 +0700 Subject: [PATCH] =?UTF-8?q?SmallRefactor:=20Xo=C3=A1=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIParkingApplication/Statistic.cs | 1 - 1 file changed, 1 deletion(-) 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);