Ejemplo n.º 1
0
        private void toolStripButton6_Click(object sender, EventArgs e)
        {
            PopularVideo frm = new PopularVideo();

            frm.MdiParent = this;
            frm.Show();
        }
Ejemplo n.º 2
0
        private void popularVideosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PopularVideo frm = new PopularVideo();

            frm.MdiParent = this;
            frm.Show();
        }