Beispiel #1
0
 public Arbitrator(Processor processor, CommandsMemory commandsMemory, Distributor distributor)
 {
     Processor      = processor;
     CommandsMemory = commandsMemory;
     Distributor    = distributor;
 }
Beispiel #2
0
 public Distributor(CommandsMemory commandsMemory)
 {
     CommandsMemory = commandsMemory;
 }