From b877a1493ef5cbd38c1bd1be4edde4a012e6fe93 Mon Sep 17 00:00:00 2001 From: Le Chau Date: Thu, 25 Jun 2020 09:40:33 +0700 Subject: [PATCH] =?UTF-8?q?Lo=E1=BA=A1i=20b=E1=BB=8F=20labelTT=20do=20kh?= =?UTF-8?q?=C3=B4ng=20d=C3=B9ng=20=C4=91=E1=BA=BFn=20n=E1=BB=AFa=20v=C3=A0?= =?UTF-8?q?=20xo=C3=A1=20constant=20AIPARKING=5FCLIENT=5FHTTP=5FAPI=5FREQU?= =?UTF-8?q?EST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIParkingApplication/Statistic.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/AIParkingApplication/Statistic.cs b/AIParkingApplication/Statistic.cs index 2b6aeec..ac1a984 100644 --- a/AIParkingApplication/Statistic.cs +++ b/AIParkingApplication/Statistic.cs @@ -13,14 +13,12 @@ namespace AIParkingApplication { public partial class Statistic : UserControl { - private const string AIPARKING_CLIENT_HTTP_API_REQUEST = "http://{0}:{1}{2}"; private readonly HttpClient client = new HttpClient { BaseAddress = new Uri("http://192.168.1.123:80/"), Timeout = TimeSpan.FromMilliseconds(5000) }; Label lblLoaiXe; Label lblXeMay; Label lblOto; Label lblSoLuong; - Label lblTT; Label lblSoLuongXeMay; Label lblSoLuongOto; @@ -82,7 +80,6 @@ namespace AIParkingApplication lblXeMay = new Label() { Text = "Xe máy", Font = labelFont }; lblOto = new Label() { Text = "Ô tô", Font = labelFont }; lblSoLuong = new Label() { Text = "Số Lượng", Font = labelFont }; - lblTT = new Label() { Text = "TT", Font = labelFont }; lblSoLuongXeMay = new Label() { Text = "0", Font = labelFont }; lblSoLuongOto = new Label() { Text = "0", Font = labelFont };