Exemple #1
0
        //2.查询歌曲
        private void tsmiSearchSong_Click(object sender, EventArgs e)
        {
            FrmSongList songListForm = new FrmSongList();

            songListForm.MdiParent = this;
            songListForm.Show();
        }
Exemple #2
0
        private void tsmiSearchSong_Click(object sender, EventArgs e)
        {
            FrmSongList frmSongList = new FrmSongList();

            frmSongList.Show();
        }