private void allgTToolStripMenuItem_Click(object sender, EventArgs e) { curveAllForm f = new curveAllForm(); f.MdiParent = this; f.Show(); }
private void toolStripButton11_Click(object sender, EventArgs e) { curveAllForm f = new curveAllForm(); f.MdiParent = this; f.Show(); }
private void pictureBox3_Click(object sender, EventArgs e) { curveAllForm f = new curveAllForm(); f.MdiParent = this.MdiParent; f.Show(); this.Close(); }