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; }