private void helpToolStripMenuItem_Click(object sender, EventArgs e) { Dictionary fr2 = new Dictionary(); fr2.MdiParent = ((Form1)this.f.FindForm()).g(); fr2.Show(); }
private void helpToolStripMenuItem_Click(object sender, EventArgs e) { Dictionary fr2 = new Dictionary(); fr2.MdiParent = this; fr2.Show(); }