コード例 #1
0
 public ComandParser(String cipher)
 {
     this.replace = new Replace(cipher);
     this.st      = new Statistics(cipher);
     this.vg      = new Vigenere(cipher);
 }
コード例 #2
0
ファイル: ComandParser.cs プロジェクト: 72MiguelGomes/TC_Dec
 public ComandParser(String cipher)
 {
     this.replace = new Replace(cipher);
     this.st = new Statistics(cipher);
     this.vg = new Vigenere(cipher);
 }