コード例 #1
0
ファイル: CommandContext.cs プロジェクト: KaynePlan/YAM
 private bool AddToPlaylist_CanExecute(object arg)
 {
     return(SelectedGlobalMusic.Any());
 }
コード例 #2
0
ファイル: CommandContext.cs プロジェクト: KaynePlan/YAM
 private bool DeleteSongMain_CanExecute(object arg)
 {
     return(SelectedGlobalMusic.Any());
 }