public FileTemplatesGenerateAction(Lifetime lifetime, Agent agent, IActionManager actionManager, IShortcutManager shortcutManager)
 {
     actionHelper = new ExtensibleActionHelper(lifetime, this, agent, actionManager, shortcutManager);
 }
Esempio n. 2
0
 public NavigateFromHereAction(Lifetime lifetime, Agent agent, IActionManager actionManager, IShortcutManager shortcutManager)
 {
     actionHelper = new ExtensibleActionHelper(lifetime, this, agent, actionManager, shortcutManager);
 }
Esempio n. 3
0
 public RefactorThisAction(Lifetime lifetime, Agent agent, IActionManager actionManager, IShortcutManager shortcutManager)
 {
     actionHelper = new ExtensibleActionHelper(lifetime, this, agent, actionManager, shortcutManager);
 }
Esempio n. 4
0
 public GenerateAction(Lifetime lifetime, Agent agent, IActionManager actionManager)
 {
     actionHelper = new ExtensibleActionHelper(lifetime, this, agent, actionManager);
 }