From d81c88119d1c9c93b548d3131978c782c95b5eac Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Tue, 17 Jun 2025 09:28:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=9C=E9=96=89=E6=B8=AC=E8=A9=A6=E5=87=BD?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PrimaryFormParts/PrimaryForm.SQLSearch.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PrimaryFormParts/PrimaryForm.SQLSearch.cs b/PrimaryFormParts/PrimaryForm.SQLSearch.cs index 5f64a76..1fc8f1c 100644 --- a/PrimaryFormParts/PrimaryForm.SQLSearch.cs +++ b/PrimaryFormParts/PrimaryForm.SQLSearch.cs @@ -236,14 +236,15 @@ namespace DualScreenDemo{ isLoggedIn=false; userPhone=string.Empty; } - private static int countforSearch = 0; + //private static int countforSearch = 0; private static void writeLogforSearchTime(long elapsedMs){ - + /* countforSearch++; string logFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "txt", "searchTimeLog.txt"); string data = $"{countforSearch}, {elapsedMs} " + Environment.NewLine; File.AppendAllText(logFilePath, data); + */ } public void AddSongCount(string id){