Example #1
0
 protected override void OnClosed(EventArgs e)
 {
     if (isTvShow == true)
     {
         MessageBox.Show("Now add seasons and episodes for this TV Show !", "Information", MessageBoxButtons.OK, MessageBoxIcon.Information);
         frmTvShowSeasonEpisodesAdd frm = new frmTvShowSeasonEpisodesAdd(MTVS);
         frm.ShowDialog();
     }
 }
Example #2
0
        private void btnEditSeasons_Click_1(object sender, EventArgs e)
        {
            frmTvShowSeasonEpisodesAdd frm = new frmTvShowSeasonEpisodesAdd(_MTVS);

            frm.ShowDialog();
        }