Exemplo n.º 1
0
 private void CheckButton_Click(object sender, EventArgs e)
 {
     OutputDecoding.Text = Hamming.Decode(OutputEncoding.Text);
 }