PAs de doc 3

This commit is contained in:
medhi.rodrigues
2025-03-13 10:27:03 +01:00
parent bdef3c80bf
commit 38812a33fb
7 changed files with 11 additions and 65 deletions

View File

@@ -4,7 +4,7 @@
*/
package presentation;
import acces_aux_donnes.observationSQL;
import acces_aux_donnes.ObservationSQL;
/**
*
@@ -94,7 +94,7 @@ public class jffAjoutObservation extends javax.swing.JFrame {
}// </editor-fold>//GEN-END:initComponents
private void jBsoumettreActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jBsoumettreActionPerformed
observationSQL observ = new observationSQL();
ObservationSQL observ = new ObservationSQL();
observ.ajouterObservation(this.idMedoc, this.idPraticien, jTAobservation.getText());
}//GEN-LAST:event_jBsoumettreActionPerformed