superstar_v2/PrimaryFormParts/LanguageSearch/PrimaryForm.LanguageSearch.GuoYu.cs

13 lines
264 B
C#

using System.IO;
namespace DualScreenDemo
{
public partial class PrimaryForm
{
private void GuoYuButton_Click(object sender, EventArgs e)
{
OnLanguageButtonClick(guoYuButton, guoYuActiveBackground, "國語");
}
}
}