private void productoToolStripMenuItem1_Click(object sender, EventArgs e) { FromProductos Fomulario1 = new FromProductos(); Fomulario1.MdiParent = this; Fomulario1.Show(); }
private void inventarioToolStripMenuItem_Click_1(object sender, EventArgs e) { pictureBox1.Visible = false; FromProductos Fomulario1 = new FromProductos(); Fomulario1.MdiParent = this; Fomulario1.Show(); }