minor edits.
This commit is contained in:
parent
6bc14b88c9
commit
bf1846dad6
@ -38,8 +38,8 @@ namespace VSERVERWS.Controllers {
|
||||
|
||||
|
||||
|
||||
CVRPRINTER_MF264dw CVP2 = CVP_MF264dw;
|
||||
CVRPRINTER_MFC_L8900CDW CVP3 = CVP_MFC_L8900CDW;
|
||||
CVRPRINTER_MF264dw? CVP2 = CVP_MF264dw;
|
||||
CVRPRINTER_MFC_L8900CDW? CVP3 = CVP_MFC_L8900CDW;
|
||||
|
||||
|
||||
NF_CVRPrinterCollection CVPC = new NF_CVRPrinterCollection(new[] { (CVRPRINTER)CVP2, (CVRPRINTER)CVP3 });
|
||||
@ -343,10 +343,6 @@ CCRETRY:
|
||||
|
||||
return rCI;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user