示例#1
0
        private void ButtonPlay_Click(object sender, EventArgs e)
        {
            FormSong fs = FormSong.StartInstance(songs[listBoxSongs.SelectedIndex]);

            fs.Show();
        }