wow le tp là
This commit is contained in:
7
DEV3.1/TP01/02_Victoire/Main.java
Normal file
7
DEV3.1/TP01/02_Victoire/Main.java
Normal file
@@ -0,0 +1,7 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
Connexion cnx = new Connexion();
|
||||
Fenetre fenetre = new Fenetre(cnx.getNomPays(), cnx.getScorePays());
|
||||
fenetre.setVisible(true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user