Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            frmSeleccionarProducto fr1 = new frmSeleccionarProducto(this);

            fr1.MdiParent = this.ParentForm;
            fr1.Show();
        }
Exemplo n.º 2
0
 public frmSeleccionarCantidad(frmSeleccionarProducto fr2, String Nombreproducto)
 {
     this.fr1 = fr2;
     this.x   = Nombreproducto;
     InitializeComponent();
 }