Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1008 → Rev 1009

/trunk/src/org/tela_botanica/del/client/gestionhistorique/GestionnaireHistorique.java
45,9 → 45,6
RootPanel.get("contenu").clear();
MoteurRechercheObservationsPresenteur presenteur = new MoteurRechercheObservationsPresenteur(new ObservationServiceConcret(), new MoteurRechercheObservationsVue());
presenteur.go(RootPanel.get("contenu"));
} else {
RootPanel.get("contenu").clear();
new MoteurRechercheImagePresenteur(new MoteurRechercheImageVue(), new ProtocoleServiceConcret()).go(RootPanel.get("contenu"));
}
}
}