示例#1
0
        private void gpcPToolStripMenuItem_Click(object sender, EventArgs e)
        {
            curveAllPCForm f = new curveAllPCForm();

            f.MdiParent = this;
            f.Show();
        }
示例#2
0
        private void toolStripButton8_Click(object sender, EventArgs e)
        {
            curveAllPCForm f = new curveAllPCForm();

            f.MdiParent = this;
            f.Show();
        }
示例#3
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            curveAllPCForm f = new curveAllPCForm();

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