superstar_v2/PrimaryFormParts/PrimaryForm.OrderedSongs.cs

9 lines
227 B
C#
Raw Normal View History

2025-04-07 16:54:10 +08:00
namespace DualScreenDemo
{
public partial class PrimaryForm
{
public Button orderedSongsButton;
2025-04-07 16:54:10 +08:00
private Bitmap orderedSongsNormalBackground;
private Bitmap orderedSongsActiveBackground;
}
}