plugin selection

This commit is contained in:
meelstorm
2025-08-19 14:27:36 +02:00
parent 6ef6aced8d
commit 2f570545ab
9 changed files with 144 additions and 22 deletions

View File

@@ -26,6 +26,7 @@ public class IOCommanderModule:IVisionBuilderModule
public void InitializeModule()
{
if(!_settings.Enabled)return;
try
{
_ioCommander = _factory.Create();