Exemple #1
0
        void EditarToolStripMenuItemClick(object sender, EventArgs e)
        {
            MostrarProductos mostrarProductos = new MostrarProductos();

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