diff --git a/.gitignore b/.gitignore index af27061..955ac32 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ Superstar_log.ldf .vs build.bat *.exe -themes/superstar/_www/ \ No newline at end of file +themes/superstar/_www/ +bin/logfile.txt \ No newline at end of file diff --git a/PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs b/PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs deleted file mode 100644 index e5857ad..0000000 --- a/PrimaryFormParts/HotSong/PrimaryForm.HotSongTaiwanesePopular.cs +++ /dev/null @@ -1,15 +0,0 @@ -// 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, "台語"); -// } -// } -// }