Exemplo n.º 1
0
 private void Refresh()
 {
     if (CurrentSong?.Equals(TargetSong) ?? false)
     {
         ShowAnimation.Begin();
     }
     else
     {
         HideAnimation.Begin();
     }
 }