SmallRefactor: Xoá comment
This commit is contained in:
@@ -93,7 +93,6 @@ namespace AIParkingApplication
|
|||||||
lblSoLuongXeMay = new Label() { Text = "0", Font = labelFont };
|
lblSoLuongXeMay = new Label() { Text = "0", Font = labelFont };
|
||||||
lblSoLuongOto = 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(lblLoaiXe, 0, 0);
|
||||||
tlpStatisticTable.Controls.Add(lblXeMay, 0, 1);
|
tlpStatisticTable.Controls.Add(lblXeMay, 0, 1);
|
||||||
tlpStatisticTable.Controls.Add(lblOto, 0, 2);
|
tlpStatisticTable.Controls.Add(lblOto, 0, 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user