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 +}