- install audioInstaller

master
Simon G 5 years ago
parent a90f9cb71f
commit 369d012586
  1. 5
      Mystify/Bootstrapper.cs

@ -10,6 +10,9 @@ namespace Mystify
{
public class Bootstrapper
{
public IIocContainer BootstrapKernel() => new IocContainer().Install(new NotifyIconInstaller());
public IIocContainer BootstrapKernel() =>
new IocContainer().Install(
new NotifyIconInstaller(),
new AudioInstaller());
}
}
Loading…
Cancel
Save