Ejemplo n.º 1
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(RemoveAssemblyCommand.CanExecute(nodes));
 }
Ejemplo n.º 2
0
 public override bool IsVisible(AsmEditorContext context) => RemoveAssemblyCommand.CanExecute(context.Nodes);
Ejemplo n.º 3
0
 void DeleteCanExecute(object sender, CanExecuteRoutedEventArgs e)
 {
     e.CanExecute = RemoveAssemblyCommand.CanExecute(MainWindow.Instance.SelectedNodes);
 }