コード例 #1
0
        private void ExitBtn_Click(object sender, EventArgs e)
        {
            ViewPlaylistScreen VPS = new ViewPlaylistScreen(Playlist);

            VPS.Show();
            this.Close();
        }
コード例 #2
0
        private void CollaboratorForm_FormClosed(object sender, FormClosedEventArgs e)
        {
            ViewPlaylistScreen VPS = new ViewPlaylistScreen(Playlist);

            VPS.Show();
        }