示例#1
0
 public CeasarCipher()
 {
     _globalShifter = new WordShifter();
 }
示例#2
0
 public ROT13Cipher()
 {
     _globalShifter = new WordShifter();
 }