16 lines
414 B
C#
16 lines
414 B
C#
|
// using System;
|
||
|
// using System.Linq;
|
||
|
// using System.Windows.Forms;
|
||
|
// using System.Drawing;
|
||
|
|
||
|
// namespace DualScreenDemo
|
||
|
// {
|
||
|
// public partial class PrimaryForm
|
||
|
// {
|
||
|
// private void TaiYuPopularButtonHotSong_Click(object sender, EventArgs e)
|
||
|
// {
|
||
|
// OnHotSongButtonClick(taiYuPopularButtonHotSong, taiYuPopularHotSongActiveBackground, "台語");
|
||
|
// }
|
||
|
// }
|
||
|
// }
|