Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1003 → Rev 1004

/trunk/src/org/tela_botanica/del/client/gestionhistorique/GestionnaireHistorique.java
45,6 → 45,9
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"));
}
}
}