Constructor MainWindowService
MainWindowService(IHost, IEventAggregator, ILogger<MainWindowService>)
Initializes a new instance of the MainWindowService class.
public MainWindowService(IHost host, IEventAggregator eventAggregator, ILogger<MainWindowService> logger)
Parameters
host
IHostThe host.
eventAggregator
IEventAggregatorThe event aggregator.
logger
ILogger<MainWindowService>The logger.