Artemis.InjectionModules.ManagerModules.Load C# (CSharp) Method

Load() public method

public Load ( ) : void
return void
        public override void Load()
        {
            Bind<MainManager>().ToSelf().InSingletonScope();
            Bind<LoopManager>().ToSelf().InSingletonScope();
            Bind<DeviceManager>().ToSelf().InSingletonScope();
            Bind<EffectManager>().ToSelf().InSingletonScope();
            Bind<ProfileManager>().ToSelf().InSingletonScope();
        }
    }
ManagerModules