Ejemplo n.º 1
0
 public Hello(UC.IPrinter printer)
 {
     _implementation = new UC.Hello(printer);
 }
Ejemplo n.º 2
0
 public LocalHello(UC.IPrinter printer)
 {
     _target = new UC.Hello(printer);
 }