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