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