Removed BuildGrid.java
This commit is contained in:
parent
78c5f7899c
commit
846eed9705
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
||||||
package fr.myny.grid;
|
|
||||||
|
|
||||||
public class BuildGrid {
|
|
||||||
/**
|
|
||||||
* Le constructeur de BuildGrid
|
|
||||||
*/
|
|
||||||
public BuildGrid(){
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* La methode de recuperation de la grille
|
|
||||||
*/
|
|
||||||
public void getGrid(){
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* La methode de demande du systeme reducteur
|
|
||||||
*/
|
|
||||||
public void ReductorSys(){
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in a new issue