private void pictureBox6_Click(object sender, EventArgs e) { centro_produccion cp = new centro_produccion(); cp.MdiParent = this.MdiParent; cp.Show(); }
private void button6_Click(object sender, EventArgs e) { centro_produccion cp = new centro_produccion(); cp.Show(); }