superstar_v2/PrimaryFormParts/PrimaryForm.OrderedSongs.cs
jasonchenwork 4ca6594561 2509031254
server與歌曲路徑使用ftp
2025-09-03 12:56:34 +08:00

9 lines
227 B
C#

namespace DualScreenDemo
{
public partial class PrimaryForm
{
public Button orderedSongsButton;
private Bitmap orderedSongsNormalBackground;
private Bitmap orderedSongsActiveBackground;
}
}