IDS camera added
This commit is contained in:
@@ -13,7 +13,6 @@ public static class ModuleExtensions
|
||||
public static IKernel UseIOCommanderWindowsDebug(this IKernel self)
|
||||
{
|
||||
TypeDescriptor.AddAttributes(typeof(List<PinLabel>), new TypeConverterAttribute(typeof(PinLabelListConverter)));
|
||||
|
||||
self.Rebind<IIOCommanderDebugViewService>().To<WindowsIOCommanderDebugViewService>().InSingletonScope();
|
||||
self.Bind<WindowsIOCommanderDebugViewSettings,ISettings>().ToConstant(new WindowsIOCommanderDebugViewSettings());
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user