private void Playlists_bt_Click(object sender, EventArgs e) { playlists playlists = new playlists(); playlists.Show(); }
private void Panel3_Click(object sender, EventArgs e) { playlists s = new playlists(); s.Show(); }