刪除不必要檔案

This commit is contained in:
jasonchenwork 2025-03-20 17:47:31 +08:00
parent f7816c90cc
commit 98f1271cf4
2 changed files with 2 additions and 16 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ Superstar_log.ldf
.vs
build.bat
*.exe
themes/superstar/_www/
themes/superstar/_www/
bin/logfile.txt

View File

@ -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, "台語");
// }
// }
// }