Example #1
0
 public ErrorSink(IvyDriver dd)
 {
     this.dd = dd;
 }
Example #2
0
 public VSErrorReporter(IvyDriver dd)
 {
     this.dd = dd;
 }