private void toolStripButtonCancelar_Click(object sender, EventArgs e) { _productos.CancelarCambios(); DeshabilitarHabilitarBotones(true); DeshabilitarHabilitarTextbox(false); listaProductosBindingNavigatorSaveItem.Enabled = false; }
private void toolStripButtonCancelar_Click(object sender, EventArgs e) { _productos.CancelarCambios(); DeshabilitarHabilitarBotones(true); }