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