Exemplo n.º 1
0
 private void btnMostrar_Click(object sender, EventArgs e)
 {
     rtxtMostrar.Text = carrera.MostarCarrera(carrera);
 }