- using Bmp.Core.Common.AssemblyInject.Interfaces;
- using Bmp.Core.Common.EventBus;
- namespace Bmp.WinForms;
- internal class BmpWinFormsEventBus : InProcessEventBusBase, IAssemblyInjectSingleton<IEventBus>
- {
- public BmpWinFormsEventBus(ILogger<InProcessEventBusBase> logger) : base(logger)
- {
- }
- }
|