Exemplo n.º 1
0
        private void Playlists_bt_Click(object sender, EventArgs e)
        {
            playlists playlists = new playlists();

            playlists.Show();
        }
Exemplo n.º 2
0
        private void Panel3_Click(object sender, EventArgs e)
        {
            playlists s = new playlists();

            s.Show();
        }