Exemplo n.º 1
0
        void EditarToolStripMenuItemClick(object sender, EventArgs e)
        {
            MostrarProductos mostrarProductos = new MostrarProductos();

            mostrarProductos.Owner = this;
            mostrarProductos.ShowDialog();
        }
Exemplo n.º 2
0
 void EditarToolStripMenuItemClick(object sender, EventArgs e)
 {
     MostrarProductos mostrarProductos = new MostrarProductos();
     mostrarProductos.Owner = this;
     mostrarProductos.ShowDialog();
 }