Ejemplo n.º 1
0
 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
Ejemplo n.º 2
0
 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