Ejemplo n.º 1
0
 public override void RotatePrint(PrinterStation station, PrintRotation rotation)
 {
     VerifyResult(_cco.RotatePrint((int)station, (int)rotation));
 }