iocommander input and virtual input
This commit is contained in:
@@ -22,6 +22,7 @@ public static class ModuleExtensions
|
||||
self.Bind<IOCommanderModule,IVisionBuilderModule>().To<IOCommanderModule>().InSingletonScope();
|
||||
self.Bind<IOCommanderProgramModule, IVisionBuilderModule>().To<IOCommanderProgramModule>().InSingletonScope();
|
||||
self.Bind<IIOCommanderDebugViewService>().To<NoDebugView>().InSingletonScope();
|
||||
self.Bind<IIOCommanderFactory>().To<DefaultIOCommanderFactory>().InSingletonScope();
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user