private void button_Click(object sender, RoutedEventArgs e) { this.tbResult.Text = Des.decodeValue(this.textBox.Text); }