Ejemplo n.º 1
0
 private void PerformCrack(ICipher cipher)
 {
     cipher.Crack(textBoxInput.Text.PrepareText(), this);
 }