示例#1
0
 public override void PrintNormal(PrinterStation station, string data)
 {
     VerifyResult(_cco.PrintNormal((int)station, data));
 }