Exemple #1
0
        private void allgTToolStripMenuItem_Click(object sender, EventArgs e)
        {
            curveAllForm f = new curveAllForm();

            f.MdiParent = this;
            f.Show();
        }
Exemple #2
0
        private void toolStripButton11_Click(object sender, EventArgs e)
        {
            curveAllForm f = new curveAllForm();

            f.MdiParent = this;
            f.Show();
        }
Exemple #3
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            curveAllForm f = new curveAllForm();

            f.MdiParent = this.MdiParent;
            f.Show();
            this.Close();
        }