Пример #1
0
 private void PrevExecute(object sender, ExecutedRoutedEventArgs e)
 {
     var cmd = new PrevCommand(MainWindowViewModel.Instance.CurrentSong);
     cmd.Execute();
 }