private void ColsulatasDeInventariosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            cInventarios c = new cInventarios();

            c.MdiParent     = this;
            c.StartPosition = FormStartPosition.CenterScreen;
            c.Show();
        }
Beispiel #2
0
        private void InventarioToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cInventarios cInventarios = new cInventarios();

            cInventarios.Show();
        }