Example #1
0
 private void Button4_Click(object sender, EventArgs e)
 {
     label2.Text = calculator.FromBinary(int.Parse(textBox2.Text));
 }