Ejemplo n.º 1
0
 private void TextBoxBusquedaArtista_TextChanged(object sender, TextChangedEventArgs e)
 {
     ListaDeArtistas.Buscar((sender as TextBox).Text);
     ListaDeAlbumesDeArtista.Buscar((sender as TextBox).Text);
     ListaDeCancionesDeArtista.Buscar((sender as TextBox).Text);
 }