Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 227
Line 18... Line 18...
18
		this.determination = propositionDetermination;
18
		this.determination = propositionDetermination;
19
	}
19
	}
Line 20... Line 20...
20
 
20
 
21
	public void go(FlexTable tableParente) {		
21
	public void go(FlexTable tableParente) {		
-
 
22
		ligneforumVue = new LigneForumVue(tableParente);
22
		ligneforumVue = new LigneForumVue(tableParente);
23
		barreRepartitionVotePresenteur.gererEvenements();
23
		chargerDetermination();
24
		chargerDetermination();
Line 24... Line 25...
24
	}
25
	}
25
 
26