Exemplo n.º 1
0
 private void toolStripButtonRefresh_Click(object sender, EventArgs e)
 {
     if (idTextBox.Text != "")
     {
         var productoId = Convert.ToInt32(idTextBox.Text);
         _productos.RefrescarDatos(productoId);
         listaProductosBindingSource.ResetBindings(false);
     }
 }