private void btn_busq_cod_Click(object sender, EventArgs e) { TablaProductos buscarcliente = new TablaProductos(); buscarcliente.setUpline(0,this); buscarcliente.ShowDialog(); }
private void BuscarElemento() { TablaProductos productos = new TablaProductos(); productos.setUpline(3, this); productos.ShowDialog(); }