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