static void rechercherEtuMenu() { oE = rechercherEtu(); if (oE != null) { oE.afficherValeur(); } }
static void supprimerNote() { oE = rechercherEtu(); if (oE != null) { oE.afficherValeur(); oE.supprimerNote(); } }
static void ajouternote() { oE = rechercherEtu(); if (oE != null) { oE.afficherValeur(); oE.ajouterNote(); } }
static void modifierEtu() { oE = rechercherEtu(); if (oE != null) { oE.afficherValeur(); oE.saisrValeur(); } }