Test 4
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user