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