示例#1
0
			protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
			{
				DeleteTypeDefCommand.Execute(nodes);
			}
示例#2
0
			protected override void Execute(Context ctx)
			{
				DeleteTypeDefCommand.Execute(ctx.Nodes);
			}
示例#3
0
		void DeleteExecuted(object sender, ExecutedRoutedEventArgs e)
		{
			DeleteTypeDefCommand.Execute(MainWindow.Instance.SelectedNodes);
		}