Exemplo n.º 1
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(RemoveNetModuleFromAssemblyCommand.CanExecute(nodes));
 }
Exemplo n.º 2
0
 void DeleteCanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     e.CanExecute = RemoveNetModuleFromAssemblyCommand.CanExecute(MainWindow.Instance.SelectedNodes);
 }