Пример #1
0
 /** @see ControllerLezioniRemote#eliminaLezione(int) */
 public void eliminaLezione(int id) {
   try {
     ctrlLezioni.eliminaLezione(id);
   } catch (FindException e) {
     e.printStackTrace();
   } catch (DeleteException e) {
     e.printStackTrace();
   }
 }