From c7bf8d9e69b4abd072fe19af903e4bd93fcd9250 Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Mon, 24 Mar 2025 15:25:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=9C=E9=96=89=E6=AD=8C=E6=98=9F=E7=9A=84?= =?UTF-8?q?=E5=AD=97=E6=95=B8=E6=9F=A5=E8=A9=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs index 677bbe2..520a8d2 100644 --- a/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs +++ b/PrimaryFormParts/SingerSearch/PrimaryForm.SingerSearch.WordCountSearch.cs @@ -146,7 +146,7 @@ namespace DualScreenDemo } private void WordCountSearchButton_Click(object sender, EventArgs e) - { + {/* zhuyinSearchButton.BackgroundImage = zhuyinSearchNormalBackground; englishSearchButton.BackgroundImage = englishSearchNormalBackground; pinyinSearchButton.BackgroundImage = pinyinSearchNormalBackground; @@ -168,6 +168,7 @@ namespace DualScreenDemo SetZhuYinSingersAndButtonsVisibility(false); SetPictureBoxArtistSearchAndButtonsVisibility(shouldBeVisible); pictureBoxArtistSearch.Visible = shouldBeVisible; + */ } private void CloseButtonArtistSearch_Click(object sender, EventArgs e) @@ -176,4 +177,4 @@ namespace DualScreenDemo SetPictureBoxArtistSearchAndButtonsVisibility(false); } } -} \ No newline at end of file +}