Exemplo n.º 1
0
        private void helpToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Dictionary fr2 = new Dictionary();
            fr2.MdiParent = ((Form1)this.f.FindForm()).g();

            fr2.Show();
        }
Exemplo n.º 2
0
 private void helpToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Dictionary fr2 = new Dictionary();
     fr2.MdiParent = this;
     fr2.Show();
 }