예제 #1
0
파일: Commands.cs 프로젝트: yungtau/oea
 public override bool CanExecute(ListLogicalView view)
 {
     return(base.CanExecute(view) && CommandsHelper.IsPlanning(view));
 }
예제 #2
0
파일: Commands.cs 프로젝트: yungtau/oea
 public override bool CanExecute(ListLogicalView view)
 {
     return(view.CanAddItem() && view.Current != null && CommandsHelper.IsPlanning(view));
 }