Example #1
0
 protected override void ExecuteInternal(ILSpyTreeNode[] nodes)
 {
     CreateAssemblyCommand.Execute(nodes);
 }
Example #2
0
 public override void Execute(AsmEditorContext context) => CreateAssemblyCommand.Execute(undoCommandService, appService, context.Nodes);
Example #3
0
 public override void Execute(AsmEditorContext context)
 {
     CreateAssemblyCommand.Execute(undoCommandManager, appWindow, context.Nodes);
 }