public ReAttachPackage(IReAttachReporter reporter, IReAttachHistory history, IReAttachUi ui, IReAttachDebugger debugger)
 {
     Reporter = reporter;
     History = history;
     Ui = ui;
     Debugger = debugger;
 }
Example #2
0
 public ReAttachPackage(IReAttachReporter reporter, IReAttachHistory history, IReAttachUi ui, IReAttachDebugger debugger)
 {
     Reporter = reporter;
     History  = history;
     Ui       = ui;
     Debugger = debugger;
 }