Example #1
0
 private Reflector(RotorDefinition def)
     : base(def, 'A')
 {
 }
 private Reflector(RotorDefinition def)
     : base(def, 'A')
 {
 }
Example #3
0
 protected Rotor(RotorDefinition def, char offsetLetter)
     : base(def.Mappings)
 {
     _notches = def.Notches;
     _offset  = offsetLetter - 'A';
 }
Example #4
0
 protected Rotor(RotorDefinition def, char offsetLetter)
     : base(def.Mappings)
 {
     _notches = def.Notches;
     _offset = offsetLetter - 'A';
 }