Beispiel #1
0
 public MFUColorA4(ColorPrinter colorPrinter, ScannerA4 scannerA4)
 {
     printer = colorPrinter;
     scanner = scannerA4;
 }
Beispiel #2
0
 public MFUColorA4(ColorPrinter colorPrinter)
 {
     printer = colorPrinter;
 }
Beispiel #3
0
 public ColorXeroxA3()
 {
     printer = new ColorPrinter();
     scanner = new ScannerA3();
 }