示例#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));
 }