public ActivationLoggingViewModel(IViewModelActivationLoggingCollection activationLoggingCollection, IActivatedViewModelsCollection activatedViewModelsCollection)
 {
     this.ActivatedViewModels = activatedViewModelsCollection;
     this.ActivationLoggingCollection = activationLoggingCollection;
 }
Beispiel #2
0
 public ActivationLoggingViewModel(IViewModelActivationLoggingCollection activationLoggingCollection, IActivatedViewModelsCollection activatedViewModelsCollection)
 {
     this.ActivatedViewModels         = activatedViewModelsCollection;
     this.ActivationLoggingCollection = activationLoggingCollection;
 }
 public ActivationLoggingExtension(object viewModel, IViewModelActivationLoggingCollection activationLoggingCollection, IActivatedViewModelsCollection activatedViewModels)
 {
     this.viewModel = viewModel;
     this.activationLoggingCollection = activationLoggingCollection;
     this.activatedViewModels = activatedViewModels;
 }
 public ActivationLoggingExtension(object viewModel, IViewModelActivationLoggingCollection activationLoggingCollection, IActivatedViewModelsCollection activatedViewModels)
 {
     this.viewModel = viewModel;
     this.activationLoggingCollection = activationLoggingCollection;
     this.activatedViewModels         = activatedViewModels;
 }