Ejemplo n.º 1
0
 private void txtObjetivo_TextChanged(object sender, EventArgs e)
 {
     if (txtObjetivo.Text != "")
     {
         _presentador.IngresarObjetivo(Int32.Parse(txtObjetivo.Text));
     }
 }