1 2 3 4 5 6 7 8 9
class PartiDelRobot { PartiDelRobot() { }; PartiDelRobot(boolean b, String s) { this.stringaParte = s; this.statoParte = b; } public String stringaParte; public boolean statoParte; }
Generated with cgit - Back to sebastiano.tronto.net