This commit is contained in:
Nicola Carminati
2018-09-20 16:56:57 +02:00
parent 0fbe1e7350
commit 58bd3fb700
+4 -4
View File
@@ -319,10 +319,10 @@ namespace Step.NC
}
}
// Update data
using (QueueController queueController = new QueueController())
{
queueController.UpdateQueue();
}
//using (QueueController queueController = new QueueController())
//{
// queueController.UpdateQueue();
//}
return NO_ERROR;
}