コード例 #1
0
        private void pictureBox6_Click(object sender, EventArgs e)
        {
            centro_produccion cp = new centro_produccion();

            cp.MdiParent = this.MdiParent;
            cp.Show();
        }
コード例 #2
0
        private void button6_Click(object sender, EventArgs e)
        {
            centro_produccion cp = new centro_produccion();

            cp.Show();
        }