Beispiel #1
0
 private void btnCalcular_Click(object sender, EventArgs e)
 {
     txtImc.Text = obj.CalcularImc().ToString();
 }