Beispiel #1
0
        private void productoToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            FromProductos Fomulario1 = new FromProductos();

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

            Fomulario1.MdiParent = this;
            Fomulario1.Show();
        }