From cdc5ffb96886278f88c3e50a472afb281f8450bb Mon Sep 17 00:00:00 2001 From: Le Chau Date: Thu, 25 Jun 2020 10:22:50 +0700 Subject: [PATCH] =?UTF-8?q?SmallRefactor:=20Th=C3=AAm=20AccessModifier=20c?= =?UTF-8?q?ho=20Label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIParkingApplication/Statistic.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AIParkingApplication/Statistic.cs b/AIParkingApplication/Statistic.cs index feb5142..a9189f7 100644 --- a/AIParkingApplication/Statistic.cs +++ b/AIParkingApplication/Statistic.cs @@ -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) {