PccGuiAssemblyInjectImplement.cs 236 B

1234567
  1. 
  2. using PCC.Common.AssemblyInject.Interfaces;
  3. using PCC.Common.EventBus;
  4. namespace PCC.AppScaffold;
  5. internal class PccGuiEventBus(ILogger<PccGuiEventBus> logger) : InProcessEventBusBase(logger), IAssemblyInjectSingleton<IEventBus>;