예제 #1
0
			protected override void Execute(Context ctx)
			{
				TypeDefSettingsCommand.Execute(ctx.Nodes);
			}
예제 #2
0
			protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
			{
				TypeDefSettingsCommand.Execute(nodes);
			}