Exemplo n.º 1
0
        private void ProductoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ConsultarProductos ConSul = new ConsultarProductos();

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