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