關閉歌星的字數查詢
This commit is contained in:
parent
5f6c07c25c
commit
c7bf8d9e69
@ -146,7 +146,7 @@ namespace DualScreenDemo
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void WordCountSearchButton_Click(object sender, EventArgs e)
|
private void WordCountSearchButton_Click(object sender, EventArgs e)
|
||||||
{
|
{/*
|
||||||
zhuyinSearchButton.BackgroundImage = zhuyinSearchNormalBackground;
|
zhuyinSearchButton.BackgroundImage = zhuyinSearchNormalBackground;
|
||||||
englishSearchButton.BackgroundImage = englishSearchNormalBackground;
|
englishSearchButton.BackgroundImage = englishSearchNormalBackground;
|
||||||
pinyinSearchButton.BackgroundImage = pinyinSearchNormalBackground;
|
pinyinSearchButton.BackgroundImage = pinyinSearchNormalBackground;
|
||||||
@ -168,6 +168,7 @@ namespace DualScreenDemo
|
|||||||
SetZhuYinSingersAndButtonsVisibility(false);
|
SetZhuYinSingersAndButtonsVisibility(false);
|
||||||
SetPictureBoxArtistSearchAndButtonsVisibility(shouldBeVisible);
|
SetPictureBoxArtistSearchAndButtonsVisibility(shouldBeVisible);
|
||||||
pictureBoxArtistSearch.Visible = shouldBeVisible;
|
pictureBoxArtistSearch.Visible = shouldBeVisible;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CloseButtonArtistSearch_Click(object sender, EventArgs e)
|
private void CloseButtonArtistSearch_Click(object sender, EventArgs e)
|
||||||
@ -176,4 +177,4 @@ namespace DualScreenDemo
|
|||||||
SetPictureBoxArtistSearchAndButtonsVisibility(false);
|
SetPictureBoxArtistSearchAndButtonsVisibility(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user