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

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

            frmSongList.Show();
        }