Example #1
0
 public DirectoryManager(DcsLabNodeManager nodeManager)
 {
     _nodeManager = nodeManager;
 }
Example #2
0
 public AssemblyStationFactory(DcsLabNodeManager nodeManager)
 {
     _nodeManager = nodeManager;
 }
Example #3
0
 public AssemblyStation(ObjectNode node, DcsLabNodeManager nodeManager)
 {
     _simulation = new SimulationService(this);
     // TODO: Add update on the server for each change notification
     // TODO: Add notification for update through client
 }