Delete QuestionBoite

This commit is contained in:
as704245 2019-09-19 14:50:11 +02:00
parent 9c0e95b2c4
commit f02acb5b59

View File

@ -1,13 +0,0 @@
package config;
public class QuestionBoite extends Question{
private int nbligne;
public int getNbligne() {
return nbligne;
}
public void setNbligne(int nbligne) {
this.nbligne = nbligne;
}
}