示例#1
0
 protected Processor(Bus memory) => this.Bus = memory;
示例#2
0
 public Disassembler(Bus bus) => this.Bus = bus;