Beispiel #1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     if (!string.IsNullOrEmpty(tbxInformacaoParaEsconder.Text) &&
         !string.IsNullOrEmpty(tbxSenhaParaPoderEsconder.Text))
     {
         tbxConteudoJaEscondido.Text = Ecrypt.Criptografar(tbxInformacaoParaEsconder)
     }
 }