コード例 #1
0
        private void toolStripButton6_Click(object sender, EventArgs e)
        {
            PopularVideo frm = new PopularVideo();

            frm.MdiParent = this;
            frm.Show();
        }
コード例 #2
0
        private void popularVideosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PopularVideo frm = new PopularVideo();

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