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