- Refonte graphique.
- Ajout de classe liée a la BDD.
- Debug et  améliorations .
This commit is contained in:
ccunatbrule
2022-07-05 15:17:07 +02:00
parent 464c9ffa3e
commit 495c6c6bb8
789 changed files with 2129 additions and 329354 deletions

View File

@@ -3,7 +3,7 @@ package controleur;
import vue.Connexion;
public class Gestion
{
{/*GESTION N EST PAS UTILISER CAR INCOMPREHENSIBLE POUR CCB - ALL IS IN Connexion*/
private static Connexion uneConnexion;
public Gestion()
{
@@ -20,4 +20,5 @@ public class Gestion
{
new Gestion();
}
}