コード例 #1
0
        private void helpToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Dictionary fr2 = new Dictionary();
            fr2.MdiParent = ((Form1)this.f.FindForm()).g();

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