Beispiel #1
0
 public EPTPresenter()
 {
     // Shaon
     _model = new EPTReportModel();
     // get the default config
     _config = new EPTConfig();
 }
Beispiel #2
0
 public EPTPresenter(IWorkspaceViewsProvider viewsProvider, ApplicationSettingsBase config)
 {
     _viewsProvider = (IEPTViewsProvider)viewsProvider;
     _model         = new EPTReportModel();
     _config        = (EPTConfig)config;
 }