520521522523524525526
/** * Affiche le graphique statistique chiffre d'affaires * @throws Exception */ public void affichageGrapheStatistiqueChiffreAffaire() throws Exception { new StatistiqueChiffreAffaireFenetre(desktop()).ouvreFenetre(); }