Exemplo n.º 1
0
 public ReAttachPackage(IReAttachReporter reporter, IReAttachHistory history, IReAttachUi ui, IReAttachDebugger debugger)
 {
     Reporter = reporter;
     History = history;
     Ui = ui;
     Debugger = debugger;
 }
Exemplo n.º 2
0
 public ReAttachPackage(IReAttachReporter reporter, IReAttachHistory history, IReAttachUi ui, IReAttachDebugger debugger)
 {
     Reporter = reporter;
     History  = history;
     Ui       = ui;
     Debugger = debugger;
 }