Exemple #1
0
 private void addBtn_Click(object sender, EventArgs e)
 {
     //addPodcast
     addPodcast addPodcastForm = new addPodcast();
     addPodcastForm.Show();
     this.Hide();
 }
        private void addBtn_Click(object sender, EventArgs e)
        {
            //addPodcast
            addPodcast addPodcastForm = new addPodcast();

            addPodcastForm.Show();
            this.Hide();
        }