Exemplo n.º 1
0
 private void btnRetroceder_Click(object sender, RoutedEventArgs e)
 {
     full.Avanzar(Guardador.code - 1);
     lstListaReproducción.SelectedIndex = Guardador.code;
 }