private void ItemDetalleReparacionActionPerformed( java.awt.event.ActionEvent evt) { // GEN-FIRST:event_ItemDetalleReparacionActionPerformed frmConsultarConsumo reparacion = new frmConsultarConsumo(); this.Escritorio.add(reparacion); reparacion.setVisible(true); } // GEN-LAST:event_ItemDetalleReparacionActionPerformed
private void ItemDetalleConsumoActionPerformed( java.awt.event.ActionEvent evt) { // GEN-FIRST:event_ItemDetalleConsumoActionPerformed frmConsultarConsumo consumo = new frmConsultarConsumo(); this.Escritorio.add(consumo); consumo.setVisible(true); } // GEN-LAST:event_ItemDetalleConsumoActionPerformed