Пример #1
0
 protected Processor(Bus memory) => this.Bus = memory;
Пример #2
0
 public Disassembler(Bus bus) => this.Bus = bus;