Exemplo n.º 1
0
 private void txtNumero1_TextChanged(object sender, EventArgs e)
 {
     this.numero1 = new Numero(txtNumero1.Text);
 }