Exemplo n.º 1
0
			protected override bool CanExecute(Context ctx)
			{
				return TypeDefSettingsCommand.CanExecute(ctx.Nodes);
			}
Exemplo n.º 2
0
			protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
			{
				return TypeDefSettingsCommand.CanExecute(nodes);
			}