Exemplo n.º 1
0
 public ReportCatalogViewModel(IReportCatalogViewModelService reportCatalogViewModelService)
 {
     _reportCatalogViewModelService = reportCatalogViewModelService;
     Reconnect = new RelayCommand(RefreshCatalogFromService);
     RefreshCatalogFromService();
 }
Exemplo n.º 2
0
 public ReportCatalogViewModel(IReportCatalogViewModelService reportCatalogViewModelService)
 {
     _reportCatalogViewModelService = reportCatalogViewModelService;
     Reconnect = new RelayCommand(RefreshCatalogFromService);
     RefreshCatalogFromService();
 }
Exemplo n.º 3
0
 protected virtual IReportCatalogViewModel CreateReportCatalogViewModel(
     IReportCatalogViewModelService reportCatalogViewModelService)
 {
     return(new ReportCatalogViewModel(reportCatalogViewModelService));
 }
Exemplo n.º 4
0
 protected virtual IReportCatalogViewModel CreateReportCatalogViewModel(
     IReportCatalogViewModelService reportCatalogViewModelService)
 {
     return new ReportCatalogViewModel(reportCatalogViewModelService);
 }