test #1

Merged
jasonchenwork merged 64 commits from test into master 2025-03-18 17:32:23 +08:00
2 changed files with 2 additions and 16 deletions
Showing only changes of commit 98f1271cf4 - Show all commits

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