Exemple #1
0
        private void Playlists_bt_Click(object sender, EventArgs e)
        {
            playlists playlists = new playlists();

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

            s.Show();
        }