예제 #1
0
 Init(
     Bam.Core.Module parent)
 {
     base.Init(parent);
     this.Tool = DefaultToolchain.Assembler(this.BitDepth);
 }
예제 #2
0
 protected override void Init(
     Bam.Core.Module parent)
 {
     base.Init(parent);
     this.Assembler = DefaultToolchain.Assembler(this.BitDepth);
 }