public Form1() { InitializeComponent(); bgm = new BGMStore(); p = new Player(); timer1.Interval = 500; timer1.Enabled = true; }