MessageBox.showException(ex);
}
}//GEN-LAST:event_btAddActionPerformed
private void lsMainValueChanged(javax.swing.event.ListSelectionEvent evt) {//GEN-FIRST:event_lsMainValueChanged
MedicEconomicStandartLocal newSel = (MedicEconomicStandartLocal)lsMain.getSelectedValue();
if (!setCurItem(newSel, false)){
lsMain.setSelectedValue(curMes, false);
}
}//GEN-LAST:event_lsMainValueChanged