10 lines
262 B
C#
10 lines
262 B
C#
namespace DualScreenDemo
|
|
{
|
|
public partial class PrimaryForm
|
|
{
|
|
private void RiYuButtonHotSong_Click(object sender, EventArgs e)
|
|
{
|
|
OnHotSongButtonClick(riYuButtonHotSong, riYuHotSongActiveBackground, "日語");
|
|
}
|
|
}
|
|
} |