Table of Contents

Constructor MainWindowService

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

MainWindowService(IHost, IEventAggregator, ILogger<MainWindowService>)

Initializes a new instance of the MainWindowService class.

public MainWindowService(IHost host, IEventAggregator eventAggregator, ILogger<MainWindowService> logger)

Parameters

host IHost

The host.

eventAggregator IEventAggregator

The event aggregator.

logger ILogger<MainWindowService>

The logger.